To add business decisions in the flow and use them to pick between a flow branch or another, we can use exclusive gateways.
MVEL
and input your condition:
input.get("application.client.creditScore") >= 700
← proceed to node for premium credit card request
input.get("application.client.creditScore") < 700
← proceed to node for standard credit card request