Skip to content

Commit 5a80499

Browse files
authored
REmove spaces (#1197)
Signed-off-by: siri-varma <[email protected]>
1 parent 29306fd commit 5a80499

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

workflows/java/sdk/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ dapr run -f .
5151

5252
3. Expected output
5353

54-
5554
```
5655
== APP - order-processor == *** Welcome to the Dapr Workflow console app sample!
5756
== APP - order-processor == *** Using this app, you can place orders that start workflows.
@@ -122,5 +121,4 @@ When you ran `dapr run -f .`:
122121
8. The `NotifyActivity` workflow activity sends a notification saying that order `d1bf548b-c854-44af-978e-90c61ed88e3c` has completed.
123122
9. The workflow terminates as completed and the orderResult is set to processed.
124123

125-
126124
> **Note:** This quickstart uses an OrderPayload of one car with a total cost of $5000. Since the total order cost is not over 5000, the workflow will not call the `RequestApprovalActivity` activity nor wait for an approval event. Since the quickstart is a console application, it can't accept incoming events easily. If you want to test this scenario, convert the console app to a service and use the [raise event API](https://docs.dapr.io/reference/api/workflow_api/#raise-event-request) via HTTP/gRPC or via the Dapr Workflow client to send an event to the workflow instance.

0 commit comments

Comments
 (0)