Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Hi,
We can link Service successful function to any other service but How to link the service Failure function to another service?
Please support ASAP.
Solved! Go to Solution.
Hi @RP_9407685 ,
Use the try catch block in the service. Handle the negative scenario in catch block. You can use one infotable column to indicate Failure. Use validator function to check the failure or success. Trigger this validator on service invoke complete event. Validator can be used to trigger success or failure event.Link
Can anyone reply to my comment please?
Hi @RP_9407685 ,
Use the try catch block in the service. Handle the negative scenario in catch block. You can use one infotable column to indicate Failure. Use validator function to check the failure or success. Trigger this validator on service invoke complete event. Validator can be used to trigger success or failure event.Link
Hi @RP_9407685.
If you feel your question has been answered, please mark the previous response as the Accepted Solution for the benefit of others with the same question.
Regards.
--Sharon