<manual-activity id="1" category="AC1">
...
<task>
...
</task>
<allocation-strategy type="rule"
identifier="PRODUCT_1">
<ruleset-mappings>
<rdo-mapping>
<source-attribute wdo-name="TaskCreateDetails"
name="caseID" />
<target-attribute rdo-name="TaskDetails"
name="caseID" />
</rdo-mapping>
<rdo-mapping>
<source-attribute wdo-name="TaskCreateDetails"
name="concernRoleID" />
<target-attribute rdo-name="TaskDetails"
name="concernRoleID" />
</rdo-mapping>
</ruleset-mappings>
</allocation-strategy>
<event-wait>
...
</event-wait>
...
</manual-activity>
- ruleset-mappings
- This contains the details of all the mappings for the ruleset specified in the allocation identifier. It is not required to map all of the rules data object attributes specified in the ruleset (mappings for a subset of them may be created).
- rdo-mapping
- This contains the details of one mapping between a rules data object attribute specified in the allocation ruleset and it's associated workflow data object attribute. The following metadata constitute a valid mapping:
- source-attribute
- This contains the details of the source attribute in the mapping (i.e. where the data will be provided from at runtime). A source attribute consists of a workflow data object name and it's associated attribute name (see Workflow Data Objects).
- target-attribute
- This contains the details of the target attribute in the mapping (i.e. where the data will be mapped into at runtime). A target attribute consists of a rules data object name and it's associated attribute name.