Description of Context WDOs

Each Parallel Activity Instance is associated with one item from the Parallel Activity List WDO. This item is accessed by using the Context_Parallel Workflow Data Object to index the Parallel Activity List WDO (e.g. ChildDetailsListWDO[Context_Parallel.occurrenceCount]). Indexed items can then be used to map data in the usual way. Examples of such mappings may be seen in the metadata examples shown above (see Metadata for a Parallel Manual Activity and Metadata for a Parallel Decision Activity. The one attribute available on this workflow data object is:

Context_Parallel.occurrenceCount
Each Parallel Activity Instance is associated with one item from the Parallel Activity List WDO. The occurrenceCount attribute is the index of that item within the Parallel Activity List WDO. It is of type INTEGER and is a zero-based index.