Skip to content

Commit 646268d

Browse files
committed
fixing check conditions
Signed-off-by: salaboy <[email protected]>
1 parent ee89be9 commit 646268d

File tree

1 file changed

+5
-1
lines changed
  • examples/src/main/java/io/dapr/examples/workflows

1 file changed

+5
-1
lines changed

examples/src/main/java/io/dapr/examples/workflows/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,8 +668,12 @@ name: Run Suspend/Resume workflow
668668
match_order: none
669669
output_match_mode: substring
670670
expected_stdout_lines:
671-
- "Starting Workflow: io.dapr.examples.workflows.suspendresume.DemoExternalEventWorkflow"
672671
- "Waiting for approval..."
672+
- "Suspending Workflow Instance"
673+
- "Workflow Instance Status: SUSPENDED"
674+
- "Let's resume the Workflow Instance before sending the external event"
675+
- "Workflow Instance Status: RUNNING"
676+
- "Now that the instance is RUNNING again, lets send the external event."
673677
- "approval granted - do the approved action"
674678
- "Starting Activity: io.dapr.examples.workflows.externalevent.ApproveActivity"
675679
- "Running approval activity..."

0 commit comments

Comments
 (0)