Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 448 Bytes

32-Complex-check.markdown

File metadata and controls

19 lines (14 loc) · 448 Bytes
layout title categories prio rulenumber rulename ruleset
post
Complex check
Microflows
4
32
ExcessiveIfThenStatements
Convention

Why Using a long if-then-else construction within one single split will make it harder to 'read' the microflow without having to click activities for details.

![32.png]({{ site.url }}/assets/32.png)

How to fix Please divide the split into multiple ones for read-ability and documentation.