Hi everyone,
I hope you’re all doing well. I’m currently working on a project using the ReFramework, and I’ve encountered a challenge that I’m hoping to get some guidance on.
In my project, I’m trying to implement a feature where any errors that occur during the execution of the workflow are extracted and logged into a variable. This logged error, along with its unique ID, will then be sent to a database for better tracking and control. Additionally, I’d like to set up an email notification system to alert both me and my partners whenever such an error occurs.
- I’m using the ReFramework, and my understanding is that errors are typically logged in the Output panel or written to the Orchestrator logs. However, I want to capture these errors programmatically in my workflow.
- Once the error is captured, I need to store it in a variable along with a unique identifier.
- I also want to understand how to send this error information to a database for storage and easy access.
- Lastly, I’d like to implement an email notification system that alerts me and my partners whenever such an error is logged.
I’ve looked through the ReFramework documentation and some related resources, but I couldn’t find a clear solution for programmatically capturing and logging errors in a variable. I’m not sure how to approach extracting the error details and associating them with a unique ID for database storage. As for the email notifications, I’m uncertain about the best practices to implement this within the ReFramework structure.
Thank you all in advance for your time and support. Looking forward to your valuable insights!