Payload

The payload contains an XML document based on a predefined schema.

Example (EDA event payload)

<ns:ProcessInstanceChange xmlns:ns="http://namespaces.softwareag.com/EDA/WebM/Process/1.0">

<ns:ProcessModel>

<ns:ID>PEBVT_Subprocess/ANDJoinSubprocess</ns:ID>

<ns:DisplayName>ANDJoinSubprocess</ns:DisplayName>

<ns:Version>1</ns:Version>

</ns:ProcessModel>

<ns:ProcessInstance>

<ns:ID>29eb1ad0-6557-11e2-badd-8ea453f9c825</ns:ID>

<ns:Iteration>1</ns:Iteration>

</ns:ProcessInstance>

<ns:Status>Started</ns:Status>

</ns:ProcessInstanceChange>

In a PPM system event, XML elements become attribute types, with the hierarchy of the XML elements of the EDA event being transformed into a flat one. The PPM attribute type is extracted from the hierarchical XML element names and concatenated using an underscore.

Example

EDA event:

<ns:ProcessInstanceChange>

<ns:ProcessModel>

<ns:ID>PEBVT_Subprocess/ANDJoinSubprocess</ns:ID>

</ns:ProcessModel>

</ns:ProcessInstanceChange>

PPM system event:

<attribute type="ProcessInstanceChange_ProcessModel_ID">PEBVT_Subprocess/ANDJoinSubprocess</attribute>

The EDA event payload listed at the beginning of this subchapter is therefore converted into the following PPM system event attributes:

Example (PPM system event attributes)

<attribute type="ProcessInstanceChange_ProcessInstance_ID">29eb1ad0-6557-11e2-badd-8ea453f9c825</attribute>

<attribute type="ProcessInstanceChange_ProcessInstance_Iteration">1</attribute>

<attribute type="ProcessInstanceChange_ProcessModel_DisplayName">ANDJoinSubprocess</attribute>

<attribute type="ProcessInstanceChange_ProcessModel_ID">PEBVT_Subprocess/ANDJoinSubprocess</attribute>

<attribute type="ProcessInstanceChange_ProcessModel_Version">1</attribute>

<attribute type="ProcessInstanceChange_Status">Started</attribute>

<attribute type="breadcrumbId">ID-sbrvppmop03-54594-1358167091138-0-1193</attribute>