| Name | Description |
---|
| RunEpisode(WorkflowApplication) |
Runs a workflow until the activity is Closed, Faulted, Idle or Timeout
|
| RunEpisode(WorkflowApplication, UnhandledExceptionAction) |
Runs a workflow until the activity is Closed, Faulted, Idle or Timeout
|
| RunEpisode(WorkflowApplication, Func<(Of <<'(WorkflowApplicationIdleEventArgs, String, Boolean>)>>)) |
Returns a task that runs a workflow episode
|
| RunEpisode(WorkflowApplication, String) |
Returns a task that runs a workflow episode
|
| RunEpisode(WorkflowApplication, TimeSpan) |
Runs a workflow until the activity is Closed, Faulted, Idle or Timeout
|
| RunEpisode(WorkflowApplication, UnhandledExceptionAction, TimeSpan) |
Runs a workflow until the activity is Closed, Faulted, Idle or Timeout
|
| RunEpisode(WorkflowApplication, Func<(Of <<'(WorkflowApplicationIdleEventArgs, String, Boolean>)>>), TimeSpan) |
Returns a task that runs a workflow episode
|
| RunEpisode(WorkflowApplication, String, UnhandledExceptionAction) |
Returns a task that runs a workflow episode
|
| RunEpisode(WorkflowApplication, String, TimeSpan) |
Returns a task that runs a workflow episode
|
| RunEpisode(WorkflowApplication, String, UnhandledExceptionAction, TimeSpan) |
Returns a task that runs a workflow episode
|