When you create a rule with even An item is Deleted, which triggers a BPM with true conditions, does the BPM run after or before item is deleted?
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
Hi Lori,
An interesting question that triggered a try-out from my side.Spoiler: It's running before!
This is what I did:
SELECT s_audit_id, convert_from(s_history_data, 'UTF8') from o2aw_tipsprj_generichistoryloglist;
You might find this "AppWorks Tips" post also interesting!
//Antal
@Lori Dingman , The BPM will get triggered before deletion of item but the entire process will be in a single transaction. You can make the BPM as long lived if you want it to be out of transaction.