Home > @tridion-sites/open-api-client > WorkflowStatus
Contains information on which Items are in a specific the workflow step on the translation management system.
Signature:
export type WorkflowStatus = {
Language?: TmsLanguage;
NumberOfItems?: number;
WorkflowStep?: TmsWorkflowStep;
};
References: TmsLanguage, TmsWorkflowStep