elsa-workflows / elsa-workflows/elsa-gitbook

Create sample of wait condition during workflow execution.

Open
#27 0 comments 0 reactions 0 assignees View on GitHub
triaged
Dominant language
C#
Stars
9
Forks
30
Avg merge
49m
Merged PRs (30d)
32

Description

We need to bring example of wait condition during workflow execution

// Define condition.
` var waitComplete = Workflow.WaitCondition(() => SomeCondition());`
`if (waitComplete == await Task.WhenAny(waitComplete))`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.