close

Filter

loading table of contents...

Blueprint Developer Manual / Version 2010

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.35. 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.44. Usage of ExtractPerformerAction


Search Results

Table Of Contents