Hi everyone,
I have a scenario where I create custom entitiy records using a workflow. Upon creation of the records, a plug-in is triggered, which is doing calculations with the data. My problem is, when I use the workflow on multiple records (about 50), some of the records are stuck in a waiting state and are never created. In the system job screen, I only see a generic error message, which didn't help much.
My first guess was to register the plugin in asyc mode, but it didn't help (now the workflow executes correctly, but the plug-in code fails on some of the records - the code works properly with the same data but fewer records).
So my guess for the problem is that the sandbox processing service is not fast enough to process the data, so it "throws away" some of it.
I am open to suggestions to resolve this issue, or to discuss other ideas what could be causing this problem.
Regards,
Adam