Kogito Serverless Workflow Tools extension in Quarkus Dev UI
Quarkus applications come integrated with a Dev UI, providing a number of tools that help in developing the applications in Quarkus. You can plug in such tools to your Quarkus application as extensions, such as Kogito Serverless Workflow Tools.
Installing Kogito Serverless Workflow Tools extension
The Kogito Serverless Workflow Tools extension provides a console to view, manage, and start the workflow instances.
-
Quarkus 2.13.1.Final is installed.
-
Quarkus command line interface (CLI) is installed. For more information, see Installing the Quarkus CLI.
-
In a command terminal, enter the following command to install the Kogito Serverless Workflow Tools extension:
Install Kogito Serverless Workflow Tools extensionquarkus ext add org.kie.kogito:kogito-quarkus-serverless-workflow-devui
Executing the previous command adds the following dependency to
pom.xml
file of your project:Kogito Serverless Workflow Tools dependency inpom.xml
file<dependency> <groupId>org.kie.kogito</groupId> <artifactId>kogito-quarkus-serverless-workflow-devui</artifactId> <version>${VERSION}</version> </dependency>
-
Enter the following command to add
kogito-addons-quarkus-process-svg
extension that provides SVG diagrams to the consoles:Install Kogito SVG add-on extensionquarkus ext add org.kie.kogito:kogito-addons-quarkus-process-svg
Executing the previous command adds the following dependency to
pom.xml
file of your project:Process-SVG dependency inpom.xml
file<dependency> <groupId>org.kie.kogito</groupId> <artifactId>kogito-addons-quarkus-process-svg</artifactId> </dependency>
-
Run the following command to start the Quarkus application:
Start Quarkus applicationquarkus dev
-
To access the Quarkus Dev UI, go to
http://localhost:8080/q/dev/
.Figure 1. Kogito Serverless Workflow Tools extension in Quarkus Dev UIThe Kogito Serverless Workflow Tools extension contains the following pages:
Found an issue?
If you find an issue or any misleading information, please feel free to report it here. We really appreciate it!