Step2 .: Looks if a Client Exists
Step3 .: Creates a Client if it is not found in DB
Step4 .: Creates a Msg (Puts as Client Step2 or Step3 according if it exists or if it was create at Step3)
What I have to do.:
Step4.: Put as a client Step2 (Even if it does not exists… - the first condition)
Step5.: Put as client Step3 (if client was created in this workflow - the second condition)
It is a workaround… gives sometimes a lot of steps to reach where I wanna…
It should have smthg like
Case XXXX This => Do That
Case YYYY This => Do That