tridion-sites-extensions-api-docs

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

StartWorkflowInstruction type

Represents the data for a StartWorkflowInstruction.

Signature:

export type StartWorkflowInstruction = {
    $type?: string;
    ActivityTitle?: string;
    Assignee?: Link;
    DueDate?: string;
    ProcessDefinition?: Link;
    ProcessInstanceTitle?: string;
    Subjects?: Array<Link>;
    WorkflowType?: Link;
};

References: Link