elsa-workflows / elsa-workflows/elsa-gitbook
Create sample of wait condition during workflow execution.
Open
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
Assessment
This issue has not been assessed yet.