Generic Metadata for a Parallel Activity

<parallel-activity id="1" category="AC1">
      <list-wdo-name>EmployerDetailsListWDO</list-wdo-name>
      <manual-activity>
        <name>
          <localized-text>
            <locale language="en">
            CheckEmployerDetailsTasks</locale>
          </localized-text>
        </name>
        ..........
      </manual-activity>
    </parallel-activity>
    
    
    or ........
    
    <parallel-activity id="1" category="AC1">
      <list-wdo-name>ChildDetailsListWDO</list-wdo-name>
      <decision-activity>
        <name>
          <localized-text>
            <locale language="en">ValidateChildDetails</locale>
          </localized-text>
        </name>
        ..........
      </decision-activity>
    </parallel-activity>
manual-activity/decision-activity
This reflects the type of activity wrapped by the parallel activity. Currently, two types of wrapped activities are supported, Manual and Decision activities. The types of activity that may be wrapped by a parallel activity can be seen in the ParallelActivityType codetable.
list-wdo-name
Each parallel activity must have a list workflow data object associated with it. The number of instances of the wrapped activity that are created at runtime is determined by the number of items in this list workflow data object.