Skip to content

v1.4.0 Release

Compare
Choose a tag to compare
@longquanzheng longquanzheng released this 19 May 23:22
· 8 commits to main since this release
7007984

Feature & Improvement:

  • New stop workflow types: terminate and fail
  • Start workflow without any starting state or any state
  • 💥 Breaking changes for renaming
    • state APIs: start-->waitUntil, decide --> decide
    • Workflow --> ObjectWorkflow
    • interStateChannel --> internalChannel
    • dataObject --> dataAttribute
    • StateLocal --> StateExecutionLocal
  • WaitUntil API becomes optional by setting skipWaitUntil
  • Workflow RPC: request response manner
  • DeadEnd decision will just only stop the thread

Note that the new behaviors require 1.5+ version of iWF server to support.

What's Changed

New Contributors