confusion in microflow

0
  since i have a commit on the beginning i don’t want to add a new order if the if condition gets true i want to terminate the process. how can i do this?? 
asked
2 answers
7

Hi Sandesh,

You can put the commit activity after the Decision box,

and in the ‘true’ flow, you can add a delete object or a rollback activity, and delete the particular object.

Let me know, if you face any issues,

Hope it helps!!

answered
1

Hi sandesh thapa,

just simply end the process by Keeping End Activity

answered