sn_flow_designer.max_iterations

ServiceNow property description:

The maximum amount of iterations that a loop will run in flow designer.

Attributes

  • Sys ID: 9c448c6173231300612c273ffff6a70e
  • Type: integer
  • Application: Global
  • Default value: 1000
AI Logo

AI generated property description:

The ServiceNow property `sn_flow_designer.max_iterations` defines the maximum number of iterations that a loop can execute within Flow Designer. According to the provided documentation, this property is crucial for preventing infinite loops that could potentially degrade system performance. By setting a limit on the number of iterations, it ensures that flows are executed efficiently and within a controlled environment. This property is particularly useful in scenarios where loops are used to process large datasets or perform repetitive tasks. Adjusting this property allows administrators to balance between performance and the complexity of the flows.

Source

Related property: sn_flow_designer.max_actions