To define the version of a subflow, you can set the version of a subflow by adding a Passthrough node to the subflow with a keyword as the node name.
Set up the initial configuration. See Creating the initial configuration for the Error Handler sample.
When you set a subflow version by adding a Passthrough node to the subflow with a keyword as the node name, you can check the value at run time in the IBM® Integration Console and in the IBM Integration Explorer.
To define the version of a subflow, you must complete the following steps in the IBM Integration Toolkit:
In the Application Development view, right-click the name of the subflow, and then select .
$MQSI name of your subflow Subflow Version = Version xxxx MQSI$.
where name of your subflow is the name of your subflow; and xxxx is your subflow version identifier.
You run the command using the following syntax:
mqsireadbar -b your BAR file name
where your BAR file name is the name of the BAR file you have created to deploy the sample into the run time.
After you set the version of a subflow, create a BAR file. For more information, see Creating a BAR file that includes a subflow created as a .subflow file or Creating a BAR file that includes a subflow created as a .msgflow file.