Skip to content

v5.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@ttiurani ttiurani released this 04 Apr 09:50
· 850 commits to master since this release

CRITICAL BUG
This release contains a bug (#306, introduced in 5.4.1) which may cause OutOfMemory errors while fetching child workflow IDs. We recommend to update to 5.6.0 as soon as possible.

Highlights

  • Introduce possibility to temporarily stop polling for new workflow instances by invoking pause() on WorkflowLifecycle, continue polling with resume(), and check pause status with isPaused().

Details