Modifying Workflow (Sample 1)

The payload packaging scheme value is also defined in the wfin26BackEndIntegrationV1_Sample1.xml workflow file.

Procedure

  1. Navigate to $MQ_HOME\common\standard\workflow directory.
  2. Open the wfin26BackEndIntegrationV1_Sample1.xml workflow file.
  3. Navigate to the PublishToEAI activity section. For example,
    <Activity Name="PublishToEAI">
    <Action>SendProtocolMessage</Action>
      <Parameter direction="in" name="PayloadPackagingScheme" eval="constant" type="string">BK_INTEGRATION_OUT_1</Parameter>
    </Activity>
  4. Change the value for the PayloadPackagingScheme parameter to XXXX. The modified entry is displayed as follows:
    <Activity Name="PublishToEAI">
    <Action>SendProtocolMessage</Action>
      <Parameter direction="in" name="PayloadPackagingScheme" eval="constant" type="string">XXXX</Parameter>
    </Activity>
  5. Click Save to save the changes.