Click or drag to resize

WorkflowExecutionLockManager 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
Inheritance Hierarchy
SystemObject
  Casewhere.Runtime.WorkflowsWorkflowExecutionLockManager

Namespace: Casewhere.Runtime.Workflows
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
public class WorkflowExecutionLockManager : IWorkflowExecutionLockManager

The WorkflowExecutionLockManager type exposes the following members.

Constructors
 NameDescription
Public methodWorkflowExecutionLockManagerInitializes a new instance of the WorkflowExecutionLockManager class
Top
Methods
 NameDescription
Public methodAcquire 
Public methodRelease 
Top
See Also