how many steps are recommended in Flow Designer by Servicenow?

Apurva14
Tera Contributor

how many steps are recommended in Flow Designer by Servicenow?

1 ACCEPTED SOLUTION

Sai Kumar B
Mega Sage
Mega Sage

@Apurva 

By default No.of actions allowed in flow-designer are 50

System property - sn_flow_designer.max_iterations

The maximum number of allowed branches for making a decision flow logic is 175

System property - sn_flow_designer.max_decision_branches

Based on the above values you can design your flow, The better approach I would suggest you To minimize flow you can use sub-flows accordingly

 

 

View solution in original post

3 REPLIES 3

Sai Kumar B
Mega Sage
Mega Sage

@Apurva 

By default No.of actions allowed in flow-designer are 50

System property - sn_flow_designer.max_iterations

The maximum number of allowed branches for making a decision flow logic is 175

System property - sn_flow_designer.max_decision_branches

Based on the above values you can design your flow, The better approach I would suggest you To minimize flow you can use sub-flows accordingly

 

 

@Apurva Thanks for marking my response as helpful, Could you mark it as correct and close the loop it would help future readers as well

Bimschleger
ServiceNow Employee
ServiceNow Employee

We recommend that you stay below ~25 Actions per flow. 

If you check out the documentation, there is a Flow Designer property ("sn_flow_designer.max_actions") that has a default value of "50 actions per flow". While you can update to allow more than 50 actions per flow, that increases the risk of slower design and execution experiences.