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. |
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.