WorkflowInstance Properties
An object defining properties for the WorkflowInstance class.
ProjectName
Gets the name of the project associated with the workflow instance.
Type: string
FlowName
Gets the name of the flow associated with the workflow instance.
Type: string
StartingEvent
Gets or sets the starting event for the workflow instance.
Type: Event
DocumentOptions
Gets the list of document options for the workflow instance.
Version
Gets or sets the version of the workflow instance. Default value is "latest".
Type: string
ParentProcessId
Gets or sets the parent process identifier for the workflow instance, if applicable.
Events
Gets the events associated with the workflow instance.
Type: Events
ProcessRequestObjectName
Gets or sets the name of the process request object for the workflow instance.
Type: string
AgentMode
Gets a value indicating whether the workflow instance is in agent mode.
Type: bool
DocumentParameters
Gets the document parameters for the workflow instance.
Type: Dictionary<string, object>
FlowSecretKey
Gets the secret key for the workflow flow.
Type: string
See Also
- SecretKeys todo
Documents
Gets the documents associated with the workflow instance.
Type: Documents
Reasons
Stores a dictionary of reasons associated with the workflow instance, often used for capturing feedback or notes at different workflow stages.
Type: Dictionary<string, string>
See Also
- //todo
DeploymentUrl
Gets the deployment URL for the workflow instance.
Type: string
ProcessId
Gets the process identifier for the workflow instance.
Type: long
RequestId
Gets the request identifier for the workflow instance, if applicable.
Variables
Gets the variables associated with the workflow instance.
Type: Variables