Home > @tridion-sites/models > TmsWorkflowStep
Signature:
export declare class TmsWorkflowStep
Constructor | Modifiers | Description |
---|---|---|
(constructor)(backendModel) | Constructs a new instance of the TmsWorkflowStep class |
Property | Modifiers | Type | Description |
---|---|---|---|
_backendModel | BackendTmsWorkflowStep | ||
getInternalModel | () => BackendTmsWorkflowStep | ||
id | string | undefined | ||
isAfterTranslatedContentRetrieval | boolean | Indicateswhether this step will only be executed after the content has been retrieved by Translation Manager. | |
isErrorStep | boolean | Indicates whether the TargetItem has entered an error state requiring manual correction in the translation management system. |
|
isSystemStep | boolean | Indicates whether this step will be completed automatically by the system without human interaction. | |
isTerminated | boolean | Indicates whether this step represents a state where the item has been deleted or canceled on the translation management system. | |
title | string | undefined |