Hi,
I'm struggling with some infinity loops, and don't know how to resolve it. I have a "Master" workflow on one entity (That will trigger on create), that master workflow will trigger ex. 10 child workflows to perform changes (On the same record). Some of the child workflows will set a completed flag on the record (Ex. Workflow A completed = Yes). The master workflow will wait for Workflow A completed = Yes. But today when I was testing the first child workflow A failed with:
"Unhandled Exception: Microsoft.Xrm.Sdk.InvalidPluginExecutionException: This workflow job was canceled because the workflow that started it included an infinite loop. Correct the workflow logic and try again. For information about workflow logic, see Help."
Why are they failing? And why is the first Child Workflow A failing? Because it's failing my master workflow will stop, and wait forever...
*This post is locked for comments
I have the same question (0)