Skip to content

Commit 0043cc8

Browse files
committed
fix readme
1 parent c8742b1 commit 0043cc8

File tree

1 file changed

+1
-1
lines changed
  • core/src/main/java/io/temporal/samples/taskinteraction

1 file changed

+1
-1
lines changed

core/src/main/java/io/temporal/samples/taskinteraction/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ which can be easily implemented as follows:
55
- The main workflow [WorkflowWithTasks](./WorkflowWithTasks.java) have an activity (or local activity) that send the request to an external service.
66
The _external service_, for this example, is another workflow ([WorkflowTaskManager](WorkflowTaskManager.java)),
77
that takes care of the task life-cicle.
8-
- The main workflow waits, with `Workflow.await`, to receive a Signal.
8+
- The main workflow waits to receive a Signal.
99
- The _external service_ signal back the main
1010
workflow to unblock it.
1111

0 commit comments

Comments
 (0)