Metadata

<subflow-activity id="1">      
    ...

    <input-mappings>
      <mapping>
        <source-attribute wdo-name="ManintainCase"
                          name="caseID" />
        <target-attribute wdo-name="ApproveCase"
                          name="caseID" />
      </mapping>
      <mapping>
        <source-attribute wdo-name="MaintainCase"
                          name="concernRoleID" />
        <target-attribute wdo-name="ApproveCase"
                          name="concernRoleID" />
      </mapping>
      <mapping>
        <source-attribute wdo-name=
                     "PersonDetailsList[Context_Loop.loopCount]"
                          name="identifier" />
        <target-attribute wdo-name="PersonDetails"
                          name="identifier" />
      </mapping>      
      <mapping>
        <source-attribute wdo-name="ChildDetailsList"
                          name="identifier" />
        <target-attribute wdo-name="ClaimantDependentList"
                          name="identifier" />
      </mapping>      
    </input-mappings>
  </subflow-activity>
input-mappings
This specifies how data is mapped from the currently executing process to a sub-process as enactment data when the sub-process is started. The process specified as a subflow may not have any workflow data object attributes marked as required at enactment in which case no input mappings are required.
mapping
A mapping represents the data that will be pushed from a workflow data object attribute to an attribute in the process being enacted as a subflow. If a list of data is required to enact the subflow process, attributes from list workflow data objects can be used for this purpose. The number of mappings specified is governed by how many attributes are marked as required at enactment in the subflow process, since all such attributes must be populated when the process starts.
source-attribute
This represents a workflow data object attribute from the parent process to use to populate the associated attribute in the subflow when it is enacted.
target-attribute
This represents a workflow data object attribute from the subflow to be populated with data from the associated attribute in the parent process at enactment time.
source/target-attribute
wdo-name
This represents the name of a Cúram workflow data object as described in Workflow Data Objects).
name
This represents the name of a Cúram workflow data object attribute as described in Workflow Data Objects).