Table of Contents

Class Runtime.Parameters

Namespace
DCR.Workflow
Assembly
DCR.Workflow.dll
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

string

Role

Acting role of current user.

public static readonly string Role

Field Value

string

User

public static readonly string User

Field Value

string

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

Field Value

string