Skip to main content
Version: 8.6

Infinite Loop

This error occurs when a BPMN model contains an automated loop (without human interaction or external event triggers). It may cause an endless recursion.

This may result in:

To fix this problem, add a timer, user task, or external event (e.g., message catch) to break the straight-through loop and ensure controlled execution.

Straight-through processing loop

Straight-through processing loop

Controlled Loop

Controlled Loop

References