OpenShift Serverless Logic 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 OpenShift Serverless Logic extension.

Installing OpenShift Serverless Logic Dev UI extension

The OpenShift Serverless Logic Dev UI extension provides a console to view, manage, and start the workflow instances.

Prerequisites
  • Quarkus 3.2.9.Final-redhat-00003 is installed.

  • Quarkus command line interface (CLI) is installed. For more information, see Installing the Quarkus CLI.

Procedure
  1. In a command terminal, enter the following command to install the OpenShift Serverless Logic Dev UI extension:

    Install OpenShift Serverless Logic Dev UI extension
    quarkus 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:

    OpenShift Serverless Logic Dev UI extension dependency in pom.xml file
    <dependency>
      <groupId>org.kie.kogito</groupId>
      <artifactId>kogito-quarkus-serverless-workflow-devui</artifactId>
    </dependency>
  2. Enter the following command to add the kogito-addons-quarkus-source-files extension that provides the source code to generate the Serverless Workflow diagram in the consoles:

    Install Kogito source files add-on extension
    quarkus ext add org.kie.kogito:kogito-addons-quarkus-source-files

    Executing the previous command adds the following dependency to pom.xml file of your project:

    source files add-on dependency in pom.xml file
    <dependency>
      <groupId>org.kie.kogito</groupId>
      <artifactId>kogito-addons-quarkus-source-files</artifactId>
    </dependency>
  3. Run the following command to start the Quarkus application:

    Start Quarkus application
    quarkus dev
  4. To access the Quarkus Dev UI, go to localhost:8080/q/dev/.

    kogito swf tools quarkus dev ui
    Figure 1. OpenShift Serverless Logic extension in Quarkus Dev UI

    The OpenShift Serverless Logic Dev UI 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!