tridion-sites-extensions-api-docs

Home > @tridion-sites/models > WorkflowObject

WorkflowObject class

Abstract Base class for the data of workflow items except for “ProcessDefinition” and “ApprovalStatus”.

Signature:

export declare abstract class WorkflowObject extends IdentifiableObject

Extends: IdentifiableObject

Constructors

Constructor Modifiers Description
(constructor)({ backendModel, contextRepository, …identifiableObjectArgs })   Constructs a new instance of the WorkflowObject class

Properties

Property Modifiers Type Description
_backendModel   BackendWorkflowObject  
contextRepository   Link | undefined The context Repository: the Repository in which the object has been retrieved.
getInternalModel   () => BackendWorkflowObject