Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property limits the number of decision branches in flow logic, impacting how complex decision-making can be structured within ServiceNow workflows. |
| What area does it affect? |
Flow Designer |
| What does the default mean? |
The default value is "175", which sets the baseline numeric behavior for this property. |
| When should you review it? |
Review this property when creating or modifying decision flows to avoid exceeding branch limits. |
Out of the box property record
Raw metadata from the property record.
| Property name |
sn_flow_designer.max_decision_branches |
| Sys ID |
13e1f5e75336001054adddeeff7b12bd |
| Type |
integer |
| Application |
Global |
| Default value |
175 |
| Description |
The maximum number of allowed branches for make a decision flow logic. |
| Updated |
2024-05-25 03:59:40 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... the default transaction quota rule. • Type: integer • Default value: 20 • Location: System Properties [sys_properties] table Maximum number of branches allowed for the Make a decision flow logic sn_flow_designer.max_decision_branches Specify the maximum number of branches to use when the Use Branches option is selected for the Make a decision flow logic. • Type: integer • Default value: 100 • ...
Related properties