UserTaskActionSecurity 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 UserTaskActionSecurity
Public Enumeration UserTaskActionSecurity
public enum class UserTaskActionSecurity
type UserTaskActionSecurity
MembersMember name | Value | Description |
---|
Process | 0 |
User executing action is required to have an access to the process
|
Proxy | 1 |
Only actor or his/her proxy is allowed to execute actions on user task
|
Actor | 2 |
Only actor is allowed to execute actions on user task
|
See Also