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] ====