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.