Samples for iWF Java SDK that runs against iWF server
- Start a iWF server following the instructions
- Run this project by using gradle task
bootRun.
Note that by default this project will listen on 8080 port(default Spring port)
- Basic IO workflow: Open http://localhost:8080/basic/start in your browser
- Persistence workflow: Open http://localhost:8080/persistence/start in your browser
- Signal workflow: Open http://localhost:8080/signal/start in your browser
- Timer workflow: Open http://localhost:8080/timer/start in your browser
- InterstateChannel workflow: Open http://localhost:8080/interstateChannel/start in your browser
- WIP(dsl dynamic workflow)
Then watch the workflow in Cadence or Temporal Web UI