Runtime configuration procedures > Managing Processes > Multi-channel delivery

Multi-channel delivery
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.
To create the script
1
2
$channel[0]="connector_1";
$channel[1]="connector_2";
$channel[2]="connector_3";
3
To connect the Process to the output connectors
1
2
In Connection type, select Variable.
3
$channel[*]
4
OpenText StreamServe 5.6 Updated: 2013-03-01