Workflow Execution Lock Manager Class
Lock/Unlock the workflow with the key follow format: WorkflowExecutionLockManager_{workflowId}
The time expire was set in web.config with key engine:WorkflowExecutionLockMaxTimeout,
if missing 60s will get as default value
Definition
Namespace: Casewhere.Runtime.Workflows
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
public class WorkflowExecutionLockManager : IWorkflowExecutionLockManager- Inheritance
- Object WorkflowExecutionLockManager
- Implements
- IWorkflowExecutionLockManager
Constructors
| WorkflowExecutionLockManager | Initializes a new instance of the WorkflowExecutionLockManager class |