How to stop the workflow if condition is met

im checking
if today is a holiday if not keep on going
but if today is a holiday work flow should end the process
can i have some ideas to do this without error handling

Hi @Tharusha_Fernando ,

Very simple just call your sequence or workflow in the else part. So that it will never run on holidays.

hi @aanandsanraj

no buddy this is in a RE framework this cannot put in a else

You can do the same if condition in the RE framework InIt state.

Add this condition in init state and if today is holiday then direct it towards the end state.
Init-> end if today is holiday

Thanks @aanandsanraj @nv08 thats looking good thanks guys

1 Like