







The WorkflowEpisode type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Dispose()()()() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
![]() | Dispose(Boolean) |
Disposes of resources
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IdleWithBookmark |
Function that will end the episode when an idle with the target bookmark name is reached
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ResumeEpisodeBookmark(String, Object) |
Resumes the workflow bookmark and runs until the workflow is completed, aborted or timed out
|
![]() | ResumeEpisodeBookmark(String, Object, Func<(Of <<'(WorkflowApplicationIdleEventArgs, String, Boolean>)>>)) |
Resumes the workflow bookmark and runs until the workflow is completed, aborted, timed out or idle where the callback indicates the episode should end
|
![]() | ResumeEpisodeBookmark(String, Object, String) |
Resumes the workflow bookmark and runs until the workflow is completed, aborted, timed out or idle with a specific bookmark
|
![]() | ResumeEpisodeBookmarkAsync(String, Object) |
Returns a task that will resume a bookmark and run until the workflow is completed, aborted or timed out
|
![]() | ResumeEpisodeBookmarkAsync(String, Object, Func<(Of <<'(WorkflowApplicationIdleEventArgs, String, Boolean>)>>)) |
Returns a task that will resume a bookmark and run until the workflow is completed, aborted, timed out or idle where the callback indicates the episode should end
|
![]() | ResumeEpisodeBookmarkAsync(String, Object, String) |
Returns a task that will resume a bookmark and run until the workflow is completed, aborted, timed out or idle with a specific bookmark
|
![]() | ResumeEpisodeBookmarkAsync(String, Object, CancellationToken) |
Returns a task that will resume a bookmark and run until the workflow is completed, aborted or timed out
|
![]() | ResumeEpisodeBookmarkAsync(String, Object, Func<(Of <<'(WorkflowApplicationIdleEventArgs, String, Boolean>)>>), CancellationToken) |
Returns a task that will resume a bookmark and run until the workflow is completed, aborted, timed out or idle where the callback indicates the episode should end
|
![]() | ResumeEpisodeBookmarkAsync(String, Object, String, CancellationToken) |
Returns a task that will resume a bookmark and run until the workflow is completed, aborted, timed out or idle with a specific bookmark
|
![]() | RunEpisode()()()() |
Runs an episode synchronously
|
![]() | RunEpisode(Func<(Of <<'(WorkflowApplicationIdleEventArgs, String, Boolean>)>>)) |
Runs an episode synchronously
|
![]() | RunEpisode(String) |
Runs an episode synchronously
|
![]() | RunEpisodeAsync()()()() |
Returns a task that runs a workflow episode
|
![]() | RunEpisodeAsync(Func<(Of <<'(WorkflowApplicationIdleEventArgs, String, Boolean>)>>)) |
Returns a task that runs a workflow episode
|
![]() | RunEpisodeAsync(String) |
Returns a task that runs a workflow episode
|
![]() | RunEpisodeAsync(CancellationToken) |
Returns a task that runs a workflow episode
|
![]() | RunEpisodeAsync(Func<(Of <<'(WorkflowApplicationIdleEventArgs, String, Boolean>)>>), CancellationToken) |
Returns a task that runs a workflow episode
|
![]() | RunEpisodeAsync(String, CancellationToken) |
Returns a task that runs a workflow episode
|
![]() | ToString | (Inherited from Object.) |