- Notifications
You must be signed in to change notification settings - Fork 116
Open
Description
Workflow await can be performed with an optional timeout duration for ex:
Workflow.await(Duration.ofHours(1),() -> unblockCondition());
When a workflow waits for this condition and unblockCondition is evaluated to true, the timer doesn't get cancelled.
The Cadence web UI indicates that timer is still running and it gets fired after the timeout.

sathishbabus
Metadata
Metadata
Assignees
Labels
No labels