Skip to content

Workflow await with timeout doesn't cancel timeoutΒ #1026

@Ramkumar92

Description

@Ramkumar92

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.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions