Rule ID: ST-MRD-017
Scope: Activity
Description
The rule checks whether there are any If activities that are empty or contain activities only in the Else branch.
Recommendation
Remove or disable empty If activities. When only the Else branch is populated, consider switching the condition and moving the content to the Then branch.
Updated 3 years ago