Skip to content

Commit

Permalink
interstate wf doc
Browse files Browse the repository at this point in the history
  • Loading branch information
longquanzheng committed Dec 16, 2022
1 parent 081de86 commit 2d50009
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ _Note that by default this project will listen on 8080 port(default Spring port)
* How to use a durable timer
* State1 start API will wait for a timer, when timer fires, the decide API is trigger
5. [InterstateChannel workflow](https://github.com/indeedeng/iwf-java-samples/tree/main/src/main/java/io/iworkflow/workflow/interstatechannel):
Open http://localhost:8080/interstateChannel/start in your browser
Open http://localhost:8080/interstateChannel/start in your browser. This workflow demonstrate:
* How to use interstate channel to synchronize multi threading/in parallel workflow execution
* State0 will go to State1 and State2
* State1 will wait for a InterStateChannel from State2
* State2 will send a signal and then finish as a "dead end"
6. WIP(dsl dynamic workflow)

Then watch the workflow in Cadence or Temporal Web UI

0 comments on commit 2d50009

Please sign in to comment.