Storing errors in database
I want to store the errors generated in the process flow to the database and send email. How do I do that in process flow exception script? Thanks.
I read the following pdf: but it does not elaborate more.
http://support.adeptia.com/entries/21278952-Exception-Handling
0
-
Here's the high level approach:
You can create a process flow which will monitor the Adeptia process flow logs table (AU_TRANSACTIONLOG) for error records that are inserted. When this data is inserted, you can map the inserted data to your database.
Regarding the mail notification, you can implement those within your existing process flows using the process flow designer.
0
Post is closed for comments.
Comments
1 comment