tridion-sites-extensions-api-docs

Home > @tridion-sites/models > TmsWorkflowStep

TmsWorkflowStep class

Signature:

export declare class TmsWorkflowStep

Constructors

Constructor Modifiers Description
(constructor)(backendModel)   Constructs a new instance of the TmsWorkflowStep class

Properties

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