Home > @tridion-sites/models > ProcessInstance
Represents the data of a Process Instance: a current Process.
Signature:
export declare class ProcessInstance extends Process
Extends: Process
Constructor | Modifiers | Description |
---|---|---|
(constructor)({ backendModel, processDefinition, …processArgs }) | Constructs a new instance of the ProcessInstance class |
Property | Modifiers | Type | Description |
---|---|---|---|
_backendModel | BackendProcessInstance | ||
getInternalModel | () => BackendProcessInstance | ||
processDefinition | Link | undefined | Process Definition on which the Process Instance is based. | |
variables | VariablesDictionary | undefined | The variable collection containing data shared between Process Instance activities. |