Skip to content

Commit 9fdbf17

Browse files
committed
Align readme with the logs
Signed-off-by: Bilgin Ibryam <[email protected]>
1 parent cffc3eb commit 9fdbf17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workflows/java/sdk/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ cd ..
3535
name: Run order-processor service
3636
expected_stdout_lines:
3737
- '== 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}'
3939
expected_stderr_lines:
4040
output_match_mode: substring
4141
background: true
@@ -85,7 +85,7 @@ dapr run -f .
8585
== 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
8686
== APP - order-processor == there are now 9 cars left in stock
8787
== 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}
8989
```
9090

9191
4. Stop Dapr workflow with CTRL-C or:

0 commit comments

Comments
 (0)