WorkflowApplicationExtensions Members
| Microsoft.Activities.Extensions |
| WorkflowApplicationExtensions Members |
| WorkflowApplicationExtensions Class Methods See Also Send Feedback |
The WorkflowApplicationExtensions type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CancelAsync(WorkflowApplication) |
Async Task to Cancel the workflow
| |
| CancelAsync(WorkflowApplication, TimeSpan) |
Async Task to Cancel the workflow
| |
| ContainsBookmark(WorkflowApplication, String) |
Extension method which determines if the bookmark collection contains a bookmark with the bookmark name
| |
| ContainsBookmark(WorkflowApplication, String, TimeSpan) |
Extension method which determines if the bookmark collection contains a bookmark with the bookmark name
| |
| GetBookmarkNames(WorkflowApplication) |
Gets a list of bookmark names
| |
| GetBookmarkNames(WorkflowApplication, TimeSpan) |
Gets a list of bookmark names
| |
| GetSingletonExtensions |
Gets a readonly collection of singleton extensions
| |
| IsAborted |
Gets a value that determines if a workflow has aborted
| |
| IsHandlerThread |
Gets a value that determines if a workflow is in a handler thread
| |
| IsInitialized |
Gets a value that determines if a WorkflowApplication is initialized
| |
| IsReadOnly |
Gets a value that determines if a workflow is in a handler thread
| |
| LoadAsync(WorkflowApplication, Guid) |
Wraps the BeginLoad / EndLoad async methods in a task
| |
| LoadAsync(WorkflowApplication, Guid, TimeSpan) |
Wraps the BeginLoad / EndLoad async methods in a task
| |
| ResumeEpisodeBookmark(WorkflowApplication, String) |
Creates a task that will resume a bookmark and run the workflow until the activity is Closed, Faulted, Idle or Timeout
| |
| ResumeEpisodeBookmark(WorkflowApplication, String, Object) |
Creates a task that will resume a bookmark and run the workflow until the activity is Closed, Faulted, Idle or Timeout
| |
| ResumeEpisodeBookmark(WorkflowApplication, String, TimeSpan) |
Creates a task that will resume a bookmark and run the workflow until the activity is Closed, Faulted, Idle or Timeout
| |
| ResumeEpisodeBookmark(WorkflowApplication, String, Object, Func<(Of <<'(WorkflowApplicationIdleEventArgs, String, Boolean>)>>)) |
Creates a task that will resume a bookmark and run the workflow until the activity is Closed, Faulted, Idle or Timeout
| |
| ResumeEpisodeBookmark(WorkflowApplication, String, Object, String) |
Creates a task that will resume a bookmark and run the workflow until the activity is Closed, Faulted, Idle or Timeout
| |
| ResumeEpisodeBookmark(WorkflowApplication, String, Object, TimeSpan) |
Creates a task that will resume a bookmark and run the workflow until the activity is Closed, Faulted, Idle or Timeout
| |
| ResumeEpisodeBookmark(WorkflowApplication, String, Object, Func<(Of <<'(WorkflowApplicationIdleEventArgs, String, Boolean>)>>), TimeSpan) |
Creates a task that will resume a bookmark and run the workflow until the activity is Closed, Faulted, Idle or Timeout
| |
| ResumeEpisodeBookmark(WorkflowApplication, String, Object, String, TimeSpan) |
Creates a task that will resume a bookmark and run the workflow until the activity is Closed, Faulted, Idle or Timeout
| |
| ResumeEpisodeBookmarkAsync(WorkflowApplication, String) |
Creates a task that will resume a bookmark and run the workflow until the activity is Closed, Faulted, Idle or Timeout
| |
| ResumeEpisodeBookmarkAsync(WorkflowApplication, String, Object) |
Creates a task that will resume a bookmark and run the workflow until the activity is Closed, Faulted, Idle or Timeout
| |
| ResumeEpisodeBookmarkAsync(WorkflowApplication, String, Object, Func<(Of <<'(WorkflowApplicationIdleEventArgs, String, Boolean>)>>)) |
Creates a task that will resume a bookmark and run the workflow until the activity is Closed, Faulted, Idle or Timeout
| |
| ResumeEpisodeBookmarkAsync(WorkflowApplication, String, Object, String) |
Creates a task that will resume a bookmark and run the workflow until the activity is Closed, Faulted, Idle or Timeout
| |
| ResumeEpisodeBookmarkAsync(WorkflowApplication, String, Object, CancellationToken) |
Creates a task that will resume a bookmark and run the workflow until the activity is Closed, Faulted, Idle or Timeout
| |
| ResumeEpisodeBookmarkAsync(WorkflowApplication, String, Object, Func<(Of <<'(WorkflowApplicationIdleEventArgs, String, Boolean>)>>), TimeSpan) |
Creates a task that will resume a bookmark and run the workflow until the activity is Closed, Faulted, Idle or Timeout
| |
| ResumeEpisodeBookmarkAsync(WorkflowApplication, String, Object, String, CancellationToken) |
Creates a task that will resume a bookmark and run the workflow until the activity is Closed, Faulted, Idle or Timeout
| |
| ResumeEpisodeBookmarkAsync(WorkflowApplication, String, Object, String, TimeSpan) |
Creates a task that will resume a bookmark and run the workflow until the activity is Closed, Faulted, Idle or Timeout
| |
| ResumeEpisodeBookmarkAsync(WorkflowApplication, String, Object, Func<(Of <<'(WorkflowApplicationIdleEventArgs, String, Boolean>)>>), TimeSpan, CancellationToken) |
Creates a task that will resume a bookmark and run the workflow until the activity is Closed, Faulted, Idle or Timeout
| |
| ResumeEpisodeBookmarkAsync(WorkflowApplication, String, Object, String, TimeSpan, CancellationToken) |
Creates a task that will resume a bookmark and run the workflow until the activity is Closed, Faulted, Idle or Timeout
| |
| 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
| |
| RunEpisodeAsync(WorkflowApplication) |
Runs a workflow until the activity is Closed, Faulted, Idle or Timeout
| |
| RunEpisodeAsync(WorkflowApplication, UnhandledExceptionAction) |
Runs a workflow until the activity is Closed, Faulted, Idle or Timeout
| |
| RunEpisodeAsync(WorkflowApplication, Func<(Of <<'(WorkflowApplicationIdleEventArgs, String, Boolean>)>>)) |
Returns a task that runs a workflow episode
| |
| RunEpisodeAsync(WorkflowApplication, String) |
Returns a task that runs a workflow episode
| |
| RunEpisodeAsync(WorkflowApplication, CancellationToken) |
Returns a task that runs a workflow episode
| |
| RunEpisodeAsync(WorkflowApplication, TimeSpan) |
Runs a workflow until the activity is Closed, Faulted, Idle or Timeout
| |
| RunEpisodeAsync(WorkflowApplication, UnhandledExceptionAction, CancellationToken) |
Returns a task that runs a workflow episode
| |
| RunEpisodeAsync(WorkflowApplication, UnhandledExceptionAction, TimeSpan) |
Runs a workflow until the activity is Closed, Faulted, Idle or Timeout
| |
| RunEpisodeAsync(WorkflowApplication, Func<(Of <<'(WorkflowApplicationIdleEventArgs, String, Boolean>)>>), UnhandledExceptionAction) |
Returns a task that runs a workflow episode
| |
| RunEpisodeAsync(WorkflowApplication, Func<(Of <<'(WorkflowApplicationIdleEventArgs, String, Boolean>)>>), CancellationToken) |
Returns a task that runs a workflow episode
| |
| RunEpisodeAsync(WorkflowApplication, String, UnhandledExceptionAction) |
Returns a task that runs a workflow episode
| |
| RunEpisodeAsync(WorkflowApplication, String, CancellationToken) |
Returns a task that runs a workflow episode
| |
| RunEpisodeAsync(WorkflowApplication, String, TimeSpan) |
Returns a task that runs a workflow episode
| |
| RunEpisodeAsync(WorkflowApplication, UnhandledExceptionAction, TimeSpan, CancellationToken) |
Returns a task that runs a workflow episode
| |
| RunEpisodeAsync(WorkflowApplication, Func<(Of <<'(WorkflowApplicationIdleEventArgs, String, Boolean>)>>), UnhandledExceptionAction, CancellationToken) |
Returns a task that runs a workflow episode
| |
| RunEpisodeAsync(WorkflowApplication, Func<(Of <<'(WorkflowApplicationIdleEventArgs, String, Boolean>)>>), UnhandledExceptionAction, TimeSpan) |
Returns a task that runs a workflow episode
| |
| RunEpisodeAsync(WorkflowApplication, String, UnhandledExceptionAction, CancellationToken) |
Returns a task that runs a workflow episode
| |
| RunEpisodeAsync(WorkflowApplication, String, UnhandledExceptionAction, TimeSpan) |
Returns a task that runs a workflow episode
| |
| RunEpisodeAsync(WorkflowApplication, String, TimeSpan, CancellationToken) |
Returns a task that runs a workflow episode
| |
| RunEpisodeAsync(WorkflowApplication, Func<(Of <<'(WorkflowApplicationIdleEventArgs, String, Boolean>)>>), UnhandledExceptionAction, TimeSpan, CancellationToken) |
Returns a task that runs a workflow episode
| |
| RunEpisodeAsync(WorkflowApplication, String, UnhandledExceptionAction, TimeSpan, CancellationToken) |
Returns a task that runs a workflow episode
|