SecurityContext Enumeration

Security level of user task actions

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public enum SecurityContext

Members

System0 The update is performed by a system account.
Owner1 The update is performed by the process owner.
User2 The update is performed by the current user.

See Also