Home > @tridion-sites/models > WorkflowObject
Abstract Base class for the data of workflow items except for “ProcessDefinition” and “ApprovalStatus”.
Signature:
export declare abstract class WorkflowObject extends IdentifiableObject
Extends: IdentifiableObject
Constructor | Modifiers | Description |
---|---|---|
(constructor)({ backendModel, contextRepository, …identifiableObjectArgs }) | Constructs a new instance of the WorkflowObject class |
Property | Modifiers | Type | Description |
---|---|---|---|
_backendModel | BackendWorkflowObject | ||
contextRepository | Link | undefined | The context Repository: the Repository in which the object has been retrieved. | |
getInternalModel | () => BackendWorkflowObject |