| IWorkflowExecutableModel Methods |
The IWorkflowExecutableModel type exposes the following members.
| Name | Description | |
|---|---|---|
| GetEventsManager |
This creates an event manager for the instance of workflow engine if it does not exists, it creates one.
| |
| Resume(WorkflowExecutionContext, IReceiverSignal) |
Allows resuming a Workflow by sending a message to workflow as a signal
| |
| Resume(Guid, NullableTimeSpan, IReceiverSignal) |
Allows resuming a Workflow by sending a message to workflow as a signal
|
| Name | Description | |
|---|---|---|
| EnableLongRunningProcess |
Configures set of behavior for a workflow engine that allows executing long-running business transactions.
(Defined by WorkflowExtensions.) |