Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion modules/serverless-logic-running-workflows.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,21 @@ You can use the `run` command with `kn workflow` to build and run your {Serverle

.Procedure

. From the directory where you created your {ServerlessLogicProductName} project, move to your project directory by running the following command:
+
[source,terminal]
----
$ cd ./<your-project-name>
----

. Run the following command to build and run your {ServerlessLogicProductName} workflow project:
+
[source,terminal]
----
$ kn workflow run
----
+
When the project is ready, the Development UI automatically opens in your browser on `localhost:8080/q/dev-ui` and you will find the *Serverless Workflow Tools* tile available. Alternatively, you can access the tool directly using `http://localhost:8080/q/dev-ui/org.apache.kie.sonataflow.sonataflow-quarkus-devui/workflows`.
When the project is ready, the Development UI automatically opens in your browser at `localhost:8080/q/dev-ui` and you will find the *Serverless Workflow Tools* tile available. Alternatively, you can access the tool directly using `http://localhost:8080/q/dev-ui/org.apache.kie.sonataflow.sonataflow-quarkus-devui/workflows`.

[NOTE]
====
Expand Down