Bookshelf Home | Contents | Index | PDF |
Transports and Interfaces: Siebel eBusiness Application Integration Volume III > EAI MQSeries Transports > Invoking a Workflow Process Using MQSeries Server ReceiverFollowing are examples of commands to create named subsystems and start a MQSeries Server Receiver to invoke a workflow process. NOTE: If there is either an exception step or an error process in your workflow, the workflow assumes that the error step or the error process will handle the error and the workflow will not send the error out. In order to capture the error, you need to insert a stop step into your workflow. Note that by putting in a stop step, the caller gets the generic workflow stop error and not the original error, but the original error is stored in the Error Code and Error Message process properties. Command to create EAI Transport Data Handling Subsystem
Command to create EAI Transport Connection Subsystem
Command to start a MqSeriesSrvrRcvr
When calling your workflow process by the MQSeries Server Receiver, it is not necessary to include a step to pull the messages off the queue and pass them to the next step. The MQSeries Server Receiver automatically pulls the messages off the queue and passes them on if:
|
Transports and Interfaces: Siebel eBusiness Application Integration Volume III |