This rule places a task in Error status when the one-hundredth version of the task is created. You can edit the expression for this rule to specify a different number. For more information, see
Working with Global Task Rules.
#{currentTask.taskInfo.status} = "error"; #{currentTask.taskInfo.errorCode} = "task.error.infinite.loop"; #{currentTask.taskInfo.errorMessage} = "Task has reached maximum number of modifications"; #{currentTask.applyChanges}