I have a decision step in my process chain,
Command:
if(DATE_WEEKDAY1(Current Date) )= 5 (on friday option 1 will trigger)
then option 1
Else (in else condition other than friday ) it showing as error...
Here i want to skip the step in else condition instead of error.....
Can anyone tell me how to solve this???