I have a scenario where I want to trigger an async BPA WF based on new rows being inserted in INVOICE_TAB.
When using an intercompany invoice scenario - customer invoice in company A and supplier invoice in company B, the supplier invoice in company B is created by Connectivity Outbox background job.
It seems the event action / WF is not trigerred when record is being inserted by a Backgroung Job.
Do you know if there’s any workaround for that?
I did turn on Watch on the WF, but the only observations being logged are the ones for the Customer Invoice in company A which is created online.
Any input on this is much appreciated.