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. |
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.