Home > @tridion-sites/open-api-client > WorkflowObject
Abstract Base class for the data of workflow items except for “ProcessDefinition” and “ApprovalStatus”.
Signature:
export type WorkflowObject = IdentifiableObject & {
ContextRepository?: Link;
};
References: IdentifiableObject, Link