Actions
Feature proposal #8900
closedImplement self-execution protections
Description
If an auto action behavior triggers an event that the auto action is watching it will get stuck in an infinite loop. This should have some protections in place to check and see if the auto action is already running. If it is already running then it should stop the execution of the action to prevent getting stuck in a loop. This can happen easily by acting on profile update trigger to update another field and using non-direct stored usage or for example deleting a subscription in CBSubs when a subscription expires.
Actions