close

Filter

loading table of contents...

Blueprint Developer Manual / Version 2207

Table Of Contents
5.6.2.4.5 ExtractPerformerAction

To perform an AutomatedTask with the same performer used in a previous UserTask, you can store the performer of the UserTask to the given workflow variable.

performerVariable
Required no
Description The name of the variable into which the performer of the current user task is stored

Table 5.34. Attributes of ExtractPerformerAction


<Variable name="performer" type="User"/>
...

<UserTask name="Translate" successor="FollowUpAction">
  ...
  <EntryAction class="com.coremedia.translate.workflow.ExtractPerformerAction"
               performerVariable="performer"/>
  ...
</UserTask>

Example 5.43. Usage of ExtractPerformerAction


Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

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