Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Post Error Handling Acknowledgement

Avatar

Level 2

Hello Everyone 

While trying to update a request in Workfront , I may either get a success or a Failure. 
After Success I can call a HTTP module to send the success Acknowledgement. 

However in case of failure I am not able to send the Failure acknowledgement. The Scenario stops at the WF module. 
Even if i add a Error handler, it doesn't allow me to add subsequent modules to get the error. 

Can anyone suggest the way to achieve this ? 



Topics

Topics help categorize Community content and increase your ability to discover relevant content.

4 Replies

Avatar

Community Advisor

Harish,

What I do in cases like this is using the filters to do my error handling so that I can send a note.  As example, I'll have a router from my module, then based on the bundles, if there were successful bundles route them to the http module, if there were error where no bundles happen, route the other path and give me a note as to what happened

Avatar

Level 2

This doesn't work @Kurt_Jones 

When you have an error the scenario stops and doesn't process further.  

Avatar

Level 2

Hi Harish,
I would approach this by attaching the error directive module (break or ignore based on your need) to the 'Update Request' module. In between these two modules I would add appropriate Workfront modules to address the required notification of the error. You will need to do the two steps in the above order to get the effect  you want. Attached is a screen shot of how this would look like (note the the circle types in between the modules). I hope this helps 🙂Screenshot 2025-09-19 094258.png

Avatar

Level 2

Thanks !

You were't exactly right, But I was able to achieve it by using the "resume error handler". 
Therefore the way I did it is as below