This was driving me mad until I figured out what was going on.
I have an entity Event with a workflow that has Tasks auto-created for it when a new Event is created. Simple.
Now, I have another entity called SUB that is linked to Event in one-to-many relation. When a new SUB is saved there is a workflow that "Update Related Record ยป Event", the parent Event. However, when the related Event record is updated using that SUB workflow the workflow that creates the Tasks when a new Event is created is triggered and new Tasks are created AGAIN! So now whenever a SUB is created new Tasks are created for the parent Event although these tasks should be created only once when a new Event is created!
Is this a bug? How should I tackle this? I need these workflows to work properly please!
I have an entity Event with a workflow that has Tasks auto-created for it when a new Event is created. Simple.
Now, I have another entity called SUB that is linked to Event in one-to-many relation. When a new SUB is saved there is a workflow that "Update Related Record ยป Event", the parent Event. However, when the related Event record is updated using that SUB workflow the workflow that creates the Tasks when a new Event is created is triggered and new Tasks are created AGAIN! So now whenever a SUB is created new Tasks are created for the parent Event although these tasks should be created only once when a new Event is created!
Is this a bug? How should I tackle this? I need these workflows to work properly please!
Comment