Skip to content

v2.5.4 Release

Compare
Choose a tag to compare
@longquanzheng longquanzheng released this 21 Feb 05:17
· 7 commits to main since this release
5d52f3d

Summary

No behavior changes, just some refactoring to make the API more friendly to use.

  • waitForStateExecutionCompletion provides a better strongly typing experience
  • rename getSimpleWorkflowResultWithWait to waitForWorkflowCompletion to be consistent

See this example for how to use these APIs.

What's Changed

  • Improve WaitForStateCompletion API with strongly typing experience, and rename getSimpleWorkflowResultWithWait to waitForWorkflowCompletion by @longquanzheng in #216
  • Add README and minor fix waitForCompletionStates name by @longquanzheng in #217

Full Changelog: v2.5.2...v2.5.4