Metadata

<decision-activity id="1">

    ...

      <allocation-strategy type="target" identifier="1" />
      <message>
        <message-text>
          <localized-text>
            <locale language="en">
            Decide the age of the user %1s for Case %2n.</locale>
          </localized-text>
        </message-text>
        <message-parameters>
          <wdo-attribute wdo-name="TaskCreateDetails" 
            name="userName" />
          <wdo-attribute wdo-name=
            "CaseList[Context_Loop.loopCount]" 
            name="identifier" />            
        </message-parameters>
      </message>
      <decision-action>
        <message>
          <message-text>
            <localized-text>
              <locale language="en">
              Participant Home Page %1n for Case %2n.
              </locale>
            </localized-text>
          </message-text>
          <message-parameters>
            <wdo-attribute wdo-name="TaskCreateDetails" 
              name="concernRoleID" />
            <wdo-attribute wdo-name=
              "CaseList[Context_Loop.loopCount]" 
              name="identifier" />              
          </message-parameters>
        </message>
      </decision-action>
      <secondary-actions>
        <secondary-action page-id="Case_viewDetails">
          <message>
            <message-text>
              <localized-text>
                <locale language="en">View case details.</locale>
              </localized-text>
            </message-text>
          </message>
        </secondary-action>
        <secondary-action page-id="Case_viewUserDetails">
          <message>
            <message-text>
              <localized-text>
                <locale language="en">View details for user %1s.
                </locale>
              </localized-text>
            </message-text>
            <message-parameters>
              <wdo-attribute wdo-name=
                "ChildDependents[Context_Loop.loopCount]" 
                name="userName" />
            </message-parameters>
          </message>
          <link-parameter name="userName">
            <wdo-attribute wdo-name="ChildDependents" 
              name="childName" />
          </link-parameter>
          <multiple-occurring-action>
	    <list-wdo-name>ChildDependents</list-wdo-name>
          </multiple-occurring-action>
        </secondary-action>
      </secondary-actions>
      <deadline>

    ...
    
      </deadline>
    </decision-activity>
allocation-strategy
This describes the allocation strategy used to determine the user assigned to the associated task. For details on allocation strategies, see Allocation strategy.
message
This represents the parameterized subject message of the task created. For full details on parameterized messages, see Manual.
decision-action
This represents the parameterized action text message associated with the task. The user will click on this action text to bring up the auto-generated user interface decision screen with the relevant question.
deadline
This describes the deadline details for the decision activity. If an answer has not been provided for the decision activity within the deadline duration specified, the associated deadline handler method is invoked. For more details on deadlines, see Deadline
secondary-actions
This describes any optional secondary actions which may be included with the decision activity.
secondary-action
A secondary action contains a parameterized message and a parameterized link to supporting information to help the user answer the decision question. For details of parameterized messages and parameterized links within actions, see Metadata
page-id
This represents the identifier of the target Cúram page which contains the supplementary information being linked to by the secondary action.
multiple-occurring-action
This signifies that this secondary action will represent a multiple occurring action. This means that if this metadata is specified for a secondary action, the workflow engine will create one secondary action record for each item in the list workflow data object specified as the multiple occurring action, when that activity is executed.

It should be noted that when the multiple occurring action is specified for a secondary action, then an attribute from the associated list workflow data object must be used as a link parameter for the secondary action.

list-wdo-name
The name of the list workflow data object for use with the multiple occurring action.