tridion-sites-extensions-api-docs

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

WorkItem type

Represents the data of a Work Item: the association between an item participating in workflow and an Activity.

Signature:

export type WorkItem = WorkflowObject & {
    Activity?: Link;
    Comment?: string;
    Owner?: Link;
    Process?: Link;
    Subject?: Link;
    SubjectOwningRepository?: Link;
};

References: WorkflowObject, Link