You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: workflows/java/sdk/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ cd ..
35
35
name: Run order-processor service
36
36
expected_stdout_lines:
37
37
- '== APP - order-processor == there are now 9 cars left in stock'
38
-
- '== APP - order-processor == workflow instance completed, out is: {"processed":true}'
38
+
- '== APP - order-processor == Workflow instance completed, out is: {"processed":true}'
39
39
expected_stderr_lines:
40
40
output_match_mode: substring
41
41
background: true
@@ -85,7 +85,7 @@ dapr run -f .
85
85
== APP - order-processor == [Thread-0] INFO io.dapr.quickstarts.workflows.activities.UpdateInventoryActivity - Updated inventory for order 'd1bf548b-c854-44af-978e-90c61ed88e3c': there are now 9 cars left in stock
86
86
== APP - order-processor == there are now 9 cars left in stock
87
87
== APP - order-processor == [Thread-0] INFO io.dapr.quickstarts.workflows.activities.NotifyActivity - Order completed! : d1bf548b-c854-44af-978e-90c61ed88e3c
88
-
== APP - order-processor == workflow instance completed, out is: {"processed":true}
88
+
== APP - order-processor == Workflow instance completed, out is: {"processed":true}
0 commit comments