Modifying Workflow (Sample 2)

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

Procedure

  1. Go to $MQ_HOME\common\standard\workflow directory.
  2. Open the wfin26BackEndIntegrationV1_Sample2.xml workflow file.
  3. Go to the he PublishToEAI activity section. For example,
    <Activity Name="PublishToEAI">
    <Action>SendProtocolMessage</Action>
      <Parameter direction="in" name="PayloadPackagingScheme" eval="constant" type="string">BK_INTEGRATION_OUT_2</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.