Which Event can possibly run Between WorkFlow and SavePostChange
Hi All,
I´m working in a custom process which starts a Business Process thru App Engine + CI.
The process didn´t fail in process scheduler, but i am getting an error message in the Trace file saying "Data on page inconsistent with DataBase". The custom process start the TriggerBusinessEvent() and after i add the SQLEXEC("COMMIT") i am able to see 2 sucessfull INSERTS. After that i got the Error. Looking the Trace file i saw that the Workflow Event finish, but before starts the SavePostChange i got this error.
Looking to a trace file that finish sucessfully i can see all the INSERTS and UPDATES that the standard component execute before calls the SavePostChange event. Those scripts are not not in the Workflow Event.