Home > @tridion-sites/open-api-client > StartWorkflowInstruction
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