tridion-sites-extensions-api-docs

Home > @tridion-sites/models > ProcessInstance

ProcessInstance class

Represents the data of a Process Instance: a current Process.

Signature:

export declare class ProcessInstance extends Process

Extends: Process

Constructors

Constructor Modifiers Description
(constructor)({ backendModel, processDefinition, …processArgs })   Constructs a new instance of the ProcessInstance class

Properties

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.