Skip to content

Commit

Permalink
bug workaround and project creation
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarrazzo committed Jan 27, 2025
1 parent 0a6bbca commit 52e2d27
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions documentation/modules/ROOT/pages/02-startup-project.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ image::02_try_openshift.png[try openshift]

... *Open* the OpenShift console in a different browser window.

... *Create* a new project named as your userid (e.g. `userX`)
+
image::02_create_project.png[oc command]

... In the top right corner *select* the _username_ and the `Copy login command` entry.
+
image::02_oc_command.png[oc command]
Expand All @@ -105,6 +109,8 @@ oc login --token=sha256~VPMhRtYqHghxlRLWD5X92lg3ZIxr0V7dYYcP5DWxJq4 --server=htt
+
image::02_dev-mode.png[]

... *Select* `Insecurely disable TLS certificate validation`

... Finally, *select* the `Connect` button, you should see the following confirmation message:
+
image::02_connection_ok.png[connection ok]
Expand All @@ -126,6 +132,8 @@ image::02_upload.png[upload]
. Wait for the confirmation message and *select* `Go to Serverless Workflow Dev UI ↗` to open the _Dev UI_ in a new browser tab.
+
image::02_devui.png[Dev UI]
+
WARNING: At time of writing a bug affect the link (it shows you an error page). To work around this issue: append the following subpath to the URL: `/q/dev-ui/org.apache.kie.sonataflow.sonataflow-quarkus-devui/workflows`

From *Dev UI* you can trigger a new workflow instance and inspect its execution:

Expand Down

0 comments on commit 52e2d27

Please sign in to comment.