Microflow decision split not routing to System path

0
Hi all,I have a microflow that receives the current user as input. There is an object of type Decision, which has a decision type attribute with possible values such as account, system, and empty. When the current user is passed in, the microflow checks the decisiontype and routes to the account flow accordingly. Can anyone tell me why it is not routing to system ?
asked
1 answers
0

If DecisionType is an enumeration, Mendix will automatically show all available enum values as separate branches in an Exclusive Split. Mendix will also show a consistency error if all enum values are not handled.


If it is not an enumeration, please share more details or supporting screenshots of the microflow and decision configuration.


Kindly mark this as the accepted answer if it helps.

answered