| WorkflowEventsManagerCreateEngine Method (Guid, TimeSpan) |
Loads an existing context from store and creates a workflow engine to process the input for the loaded context
Remarks
When an existing context is loaded from a storage that allows the engine to be used for Resume
Namespace: FlexRule.Flows.WorkflowsAssembly: FlexRule.Flows.Workflow (in FlexRule.Flows.Workflow.dll) Version: 0.0.0.0 (0.0.0.0)
Syntaxpublic WorkflowEngine CreateEngine(
Guid processId,
TimeSpan lockTimeOut
)
Parameters
- processId
- Type: SystemGuid
- lockTimeOut
- Type: SystemTimeSpan
The amount of time that this engine is the owner
Return Value
Type:
WorkflowEngine
See Also