workflow
Workflows definitions
Methods
| Cleanup | Purges workflow history. |
| DeleteResult | Erases the results of one or more activities. |
| Execute | Executes a workflow immediately and waits for it to finish. |
| ExecuteInstance | Executes a workflow immediately and waits for it to finish. |
| GetLogin | Returns the information from the execution account. |
| GetValidationParameters | Returns the parameters of a workflow task in progress. |
| Kill | Stops a worflow without condition. |
| Pause | Suspends execution of a workflow in progress. |
| PostEvent | Generates an event from any kind of activity. |
| Reply | Responds to a validation-type task in progress. |
| Restart | Chains together a workflow stop and a workflow start. |
| RestartTask | Forces restarting of one or more finished tasks. |
| SetLogin | Changes the execution account. |
| Simulate | Starts a workflow in simulation mode. |
| SimulateWithParameters | Starts a workflow in simulation mode and provides it with parameters. |
| Spawn | Creates a workflow instance from a template, applies a patch then starts this workflow. |
| SpawnWithParameters | Creates a workflow instance from a template then invokes the StartWithParameters method on this instance. |
| SpawnWithParametersEx | Create a workflow instance from a model, and invoke the method StartWithParameters or SimulateWithParameters on this instance. |
| Start | Starts or resumes execution of a workflow. |
| StartWithParameters | Starts a workflow and provides it with parameters. |
| Stop | Stops a workflow in progress. |
| Wakeup | Forces the advance processing of all pending tasks. |
| WakeupTask | Forces the advance processing of one or more pending tasks. |
Generic Methods

