You can connect a Process to several output connectors (without using the callproc script function), and deliver the output from the Process via several channels at the same time. To do this, you must create a before Process script that includes an array variable for all connectors to use, and use a script alias to connect the Process to the connectors.$channel[0]="connector_1";$channel[1]="connector_2";$channel[2]="connector_3";
3 Click OK.
1 In the Runtime configuration view, right-click the Process and select Connector Selection.
2 $channel[*]
4 Click OK.
OpenText StreamServe 5.6 | Updated: 2013-03-01 |