tridion-sites-extensions-api-docs

Home > @tridion-sites/open-api-client > WorkflowObject

WorkflowObject type

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

Signature:

export type WorkflowObject = IdentifiableObject & {
    ContextRepository?: Link;
};

References: IdentifiableObject, Link