When I create a task using a rule, the system prevents that task from triggering the same rule again. This makes sense, as it avoids potential infinite loops of task creation. However, I want to find a way to bypass this limitation so that the task created by the rule can trigger the same rule again—but only up to a specific point or condition to prevent an endless loop.
Does anyone know how to achieve this? Is there a method to configure the rule or system to allow a task created through a rule to re-trigger the same rule under controlled circumstances?