Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
antmendoza committed Apr 30, 2024
1 parent c8742b1 commit 0043cc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ which can be easily implemented as follows:
- The main workflow [WorkflowWithTasks](./WorkflowWithTasks.java) have an activity (or local activity) that send the request to an external service.
The _external service_, for this example, is another workflow ([WorkflowTaskManager](WorkflowTaskManager.java)),
that takes care of the task life-cicle.
- The main workflow waits, with `Workflow.await`, to receive a Signal.
- The main workflow waits to receive a Signal.
- The _external service_ signal back the main
workflow to unblock it.

Expand Down

0 comments on commit 0043cc8

Please sign in to comment.