close

Filter

loading table of contents...

Blueprint Developer Manual / Version 2301

Table Of Contents
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, “ExtractPerformerAction.
derivedContentsVariable
Required yes
Description The name of the variable that contains all translated content items.
masterContentObjectsVariable
Required yes
Description The name of the variable that contains all master content objects.

Table 5.37. 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.46. 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.