Class Runtime.Parameters
public static class Runtime.Parameters
- Inheritance
-
Runtime.Parameters
- Inherited Members
Fields
CaseId
Id of the current case. Should be unique. Should be useful for effects that access cases.
public static readonly string CaseId
Field Value
Role
Acting role of current user.
public static readonly string Role
Field Value
This
Id of the requesting activity of the model
public static readonly string This
Field Value
User
public static readonly string User
Field Value
UserId
Id of the current user. Should be unique. Should be useful for effects that access users, or for precondition checks.
public static readonly string UserId