OpenCaseScopeLockType Enumeration

Enumeration of the locktypes that can be used when locking a case

Definition

Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public enum LockType

Members

Scoped0 Scoped locks liftime is restricted by an OpenCaseScope
Instance1 Instance locks lifetime is restricted to the time the workflow instance is running.
Unknown2 Used when locktype is not known.

See Also