UserTaskActorType Enumeration |
Security level of user task actions
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic enum UserTaskActorType
Public Enumeration UserTaskActorType
public enum class UserTaskActorType
MembersMember name | Value | Description |
---|
Actor | 0 |
The Actor are specified in the Actor Argument
|
Owner | 1 |
The Actor is the owner of the workflow instance
|
Officer | 2 |
The Actor is the case officer
|
Department | 3 |
The Actor is the department of the case officer
|
Service | 4 |
The Actor is not specified. The task is created by a service
|
See Also