close

Filter

loading table of contents...

Blueprint Developer Manual / Version 2101

Table Of Contents
5.6.2.4.8 CompleteTranslationAction

After successfully completing a translation workflow, the masterVersion of all translated contents will be set to the current version of their masters.

performerVariable
Required yes
Description The name of the variable that contains the user in whose name this action performed. Typically, the user has been retrieved previously by the action described in Section 5.6.2.4.5, “ExtractPerformerAction.
derivedContentsVariable
Required yes
Description The name of the variable that contains all translated documents.
masterContentObjectsVariable
Required yes
Description The name of the variable that contains all master content objects.

Table 5.38. Attributes of CompleteTranslationAction


<Variable name="performer" type="User"/>
<AggregationVariable name="targetContents" type="Resource"/>
...

<AutomatedTask name="Complete" successor="Finish">
  <Action class="com.coremedia.translate.workflow.CompleteTranslationAction"
          derivedContentsVariable="derivedContents"
          masterContentObjectsVariable="masterContentObjects"
          performerVariable="performer"/>
</AutomatedTask>

Example 5.47. Usage of CompleteTranslationAction


Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

Please use Mozilla Firefox, Google Chrome, or Microsoft Edge.