Skip to content

Releases: indeedeng/iwf-java-sdk

v2.0.4 Release

02 Jun 21:30
b1bcb7e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.3...v2.0.4

v2.0.3 Release

17 May 23:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2.0.3

v2.0.2 Release

17 May 23:27
3361915
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1 Release

26 Apr 02:05
ee5afbe
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0 Release

19 Apr 02:59
d64face
Compare
Choose a tag to compare

Feature & Improvement:

  • New stop workflow types: terminate and fail
  • Start workflow without any starting 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

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

What's Changed

Full Changelog: v1.4.0...v2.0.0

v1.4.0 Release

01 Mar 17:19
f7d768f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

v1.3.0 Release

06 Feb 18:10
2ec5b62
Compare
Choose a tag to compare

Feature & Improvement:

  • Support failing workflow with results
  • Improve workflow uncompleted error return(canceled, failed, timeout, terminated)

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

What's Changed

Full Changelog: v1.2.7...v1.3.0

v1.2.7 Release

24 Jan 23:18
ae0386b
Compare
Choose a tag to compare

What's Changed

  • Allow passing null to signal and fix returning empty completion results for getSimpleWorkflowResultWithWait API by @longquanzheng in #128

Full Changelog: v1.2.6...v1.2.7

v1.2.6 Release

24 Jan 22:04
b3cb2ea
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.5...v1.2.6

v1.2.5 Release

20 Jan 17:25
8445f65
Compare
Choose a tag to compare

NOTE: Please skip 1.2.4 and use this v1.2.5.

What's Changed

Full Changelog: v1.2.4...v1.2.5