From 73c85015058c0a45ea7743a5eb4fa42ca9606d0c Mon Sep 17 00:00:00 2001 From: Ondrej Chromy Date: Wed, 27 Aug 2025 12:56:50 +0200 Subject: [PATCH] Move kn workflow run step to project directory change wording no1 --- modules/serverless-logic-running-workflows.adoc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/modules/serverless-logic-running-workflows.adoc b/modules/serverless-logic-running-workflows.adoc index 21b427ba864e..dac828c621ce 100644 --- a/modules/serverless-logic-running-workflows.adoc +++ b/modules/serverless-logic-running-workflows.adoc @@ -17,6 +17,13 @@ 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 ./ +---- + . Run the following command to build and run your {ServerlessLogicProductName} workflow project: + [source,terminal] @@ -24,7 +31,7 @@ You can use the `run` command with `kn workflow` to build and run your {Serverle $ 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] ====