To update clients based on the wm_process template to the new 2.0 version of the event types used (ProcessInstanceChange, ProcessStepInstanceChange), proceed as follows.
Procedure
In the file <PPM99_DATA>/custom/<client>/xml/PROCESS/PROCESS.xml, change the entry <edaeventtype id="{http://namespaces.softwareag.com/EDA/WebM/Process/1.0}ProcessInstanceChange" /> to<edaeventtype id="{http://namespaces.softwareag.com/EDA/WebM/Process/2.0}ProcessInstanceChange" />
In the file <PPM99_DATA>/custom/<client>/xml/PROCESS_STEP/PROCESS_STEP.xml, change the entry <edaeventtype id="{http://namespaces.softwareag.com/EDA/WebM/Process/1.0}ProcessStepInstanceChange" /> to <edaeventtype id="{http://namespaces.softwareag.com/EDA/WebM/Process/2.0}ProcessStepInstanceChange" />.
Open the client in CTK 9.9.
In the Attributes module, create the attribute AT_PROCESS_INSTANCE_DISPLAY_NAME with the TEXT data type and the AG_WM_PROCESS attribute group.
Switch to the Data source management module.
For the data sources PROCESS and PROCESS_STEP, set the value for the Last extracted ID to 0.
For the data sources PROCESS and PROCESS_STEP, replace V1_0 with V2_0 in the Universal Messaging Channel access parameter.
Switch to the Data extraction module.
Optional: On the Universal messaging system event tab, replace Event_Type 1.0 with 2.0 in the value of the source system attribute for the data sources PROCESS and PROCESS_STEP.
On the Universal messaging system event tab, create the source system attribute ProcessInstanceChange_ProcessInstance_DisplayName for the PROCESS data source.
For the PROCESS_STEP data source, create the source system attribute ProcessStepInstanceChange_ProcessInstance_DisplayName.
Switch to the Transformation tab.
For the PROCESS data source, create a transformation for the source system attribute PROCESS_INSTANCE_DISPLAY_NAME with the operator concat and the operand ProcessInstanceChange_ProcessInstance_DisplayName.
For the PROCESS_STEP data source on the Transformation tab, create a transformation for the source system attribute PROCESS_INSTANCE_DISPLAY_NAME with the operator concat and the operand ProcessStepInstanceChange_ProcessInstance_DisplayName.
Switch to the Data import module.
Add the PROCESS_INSTANCE_DISPLAY_NAME source system attribute with the TEXT data type to the PROCESS and PROCESS_STEP data sources on the Source system attributes tab.
Optional: On the Source system attributes tab, replace the value of the source system attribute Event_Type 1.0 with 2.0 for the two data sources PROCESS and PROCESS_STEP.
On the Attribute mapping tab, add a mapping of the source system attribute PROCESS_INSTANCE_DISPLAY_NAME for the data source PROCESS at the FRG_MAIN_PROCESS object and the FRG_SUB_PROCESS object in the PPM AT_PROCESS_INSTANCE_DISPLAY_NAME attribute.
On the Attribute mapping tab, add a mapping of the source system attribute PROCESS_INSTANCE_DISPLAY_NAME for the data source PROCESS_STEP at the FCT object in the PPM AT_PROCESS_INSTANCE_DISPLAY_NAME attribute.