You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to bring example of wait condition during workflow execution
// Define condition. var waitComplete = Workflow.WaitCondition(() => SomeCondition()); if (waitComplete == await Task.WhenAny(waitComplete))
The text was updated successfully, but these errors were encountered:
developerhakart
changed the title
Sample of wait condition during workflow execution.
Create sample of wait condition during workflow execution.
Jan 6, 2024
We need to bring example of wait condition during workflow execution
// Define condition.
var waitComplete = Workflow.WaitCondition(() => SomeCondition());
if (waitComplete == await Task.WhenAny(waitComplete))
The text was updated successfully, but these errors were encountered: