Home > @tridion-sites/open-api-client > ProcessInstance
Represents the data of a Process Instance: a current Process.
Signature:
export type ProcessInstance = Process & {
ProcessDefinition?: Link;
Variables?: VariablesDictionary;
};
References: Process, Link, VariablesDictionary