Pregunta

I have to develop an orchestration which uses a start orchestration shape followed by send port.

enter image description here

Scenario: If a "Sendport4" failed to send the message, I don't have to execute "Starting Orchestration Shape".

But in my case, when "sendport4" is getting failed, It is calling "Start Orchestraton Shape".

To handle this schenario, I tried to put the exception handling, But didn't worked.

Can any one please help, what can do handle this?

¿Fue útil?

Solución

Set Delivery Notification to Transmitted on the Send Port shape in the Orchestration.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top