| IWorkflowExecutableModel Interface |
Namespace: FlexRule
public interface IWorkflowExecutableModel
The IWorkflowExecutableModel type exposes the following members.
| Name | Description | |
|---|---|---|
| Identity |
Workflow identity of the workflow definition associated with the manager WorkflowIdentity | |
| Registry |
Register of Workflow engine associated with the manager Registry |
| Name | Description | |
|---|---|---|
| Resume(WorkflowExecutionContext, IReceiverSignal) |
Allows resuming a Workflow by sending a message to workflow as a signal
| |
| Resume(String, 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.) |