To define the version of a subflow, you can define a keyword in the Label property of a Passthrough node.
Set up the initial configuration. See Creating the initial configuration for the Error Handler sample.
When you set a subflow version by defining a keyword in the Label property of a Passthrough node, you can check the value at run time in the IBM® Integration Console and in IBM Integration Explorer.
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.