Runtime Activities in WF
.NET Framework 4.6.1 provides several system-provided activities for accessing the features of the workflow runtime, such as persistence and termination.
Activity | Description |
---|---|
Persist | Explicitly requests that the workflow persist its state. |
TerminateWorkflow | Terminates the running workflow instance. |
NoPersistScope | A container activity that prevents child activities from persisting. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.