Skip to content

Commit 50e8483

Browse files
committed
deploy reminder added
1 parent 920ce1b commit 50e8483

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed

documentation/modules/ROOT/pages/03-inventory.adoc

+10
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,16 @@ NOTE: The rest service is invoked with two _arguments_, a dummy `supplier-id` (`
261261
[#test-rest]
262262
== Test the external REST service
263263
264+
*Deploy* the workflow latest updates:
265+
266+
. *Select* `Try on OpenShift` button and then `Upload "*order*" to Dev Mode`.
267+
+
268+
image::02_upload.png[upload]
269+
270+
. Wait for the confirmation message and *select* `Go to Serverless Workflow Dev UI ↗` to open the _Dev UI_ in a new browser tab.
271+
+
272+
image::02_devui.png[Dev UI]
273+
264274
In order to test the REST call you have to *trigger* a new workflow instance with the following payload:
265275
266276
[.console-input]

documentation/modules/ROOT/pages/04-longrunning.adoc

+10
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,16 @@ To _start_ the workflow and subsequently _advance_ it, you have to inject two *t
133133
* `OrderEventType`
134134
* `ShippingEventType`
135135
136+
Make sure that the workflow latest updates are *deployed*:
137+
138+
. *Select* `Try on OpenShift` button and then `Upload "*order*" to Dev Mode`.
139+
+
140+
image::02_upload.png[upload]
141+
142+
. Wait for the confirmation message and *select* `Go to Serverless Workflow Dev UI ↗` to open the _Dev UI_ in a new browser tab.
143+
+
144+
image::02_devui.png[Dev UI]
145+
136146
The Dev UI offers a convenient web form to inject _CloudEvents_ in the Serverless Workflow runtime:
137147

138148
. *Open* the `Workflow Definitions` page.

documentation/modules/ROOT/pages/05-compensation.adoc

+10
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,16 @@ In this section, we are going to test that the workflow is able to resume the ex
130130
* `ShippingEventType`
131131
* `CancelEventType`
132132
133+
*Deploy* the workflow latest updates:
134+
135+
. *Select* `Try on OpenShift` button and then `Upload "*order*" to Dev Mode`.
136+
+
137+
image::02_upload.png[upload]
138+
139+
. Wait for the confirmation message and *select* `Go to Serverless Workflow Dev UI ↗` to open the _Dev UI_ in a new browser tab.
140+
+
141+
image::02_devui.png[Dev UI]
142+
133143
Start a new workflow instance:
134144
135145
. *Open* the `Workflow Definitions` page.

0 commit comments

Comments
 (0)