File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
examples/src/main/java/io/dapr/examples/workflows Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -668,8 +668,12 @@ name: Run Suspend/Resume workflow
668
668
match_order: none
669
669
output_match_mode: substring
670
670
expected_stdout_lines:
671
- - "Starting Workflow: io.dapr.examples.workflows.suspendresume.DemoExternalEventWorkflow"
672
671
- "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."
673
677
- "approval granted - do the approved action"
674
678
- "Starting Activity: io.dapr.examples.workflows.externalevent.ApproveActivity"
675
679
- "Running approval activity..."
You can’t perform that action at this time.
0 commit comments