Hi All,
I am facing an issue in the BPA Workflows. I have created 3 different Asynchronous workflows, and each one has its own logic. All the three workflow triggered when a record is inserted into the ‘JtTask’ entity using Custom event.
For an Example, each workflow updates a different field in the ‘JtTask’ entity:
Workflow 1 → Updating Task description field value.
Workflow 2 → updating Custom field value.
Workflow 3 → updating the Priority field value.
Most of the time, all three workflows run correctly and all fields get updated.
But sometimes, only two fields get updated and one field does not update. When I troubleshoot the workflow that didn’t update the field, it shows no error — the workflow completes successfully during troubleshooting.
Is this happening because all three workflows have the same trigger point and are trying to update the same record at the same time, causing version issues? Or What could be the cause of this problem?
How should we handle this type of situation in BPA Workflows?
Thanks in Advance!
Sandya S