Avatar

Community Advisor

@uz2020 

 

Actually, you don't need a scheduler activity to do this.

 

Just use the Advanced javascript activity and enable the transition. If your condition met then run the workflow else divert the transition to the end activity.

 

The advanced javascript activity config will look like this.

_Manoj_Kumar_0-1615643632137.png

 

and the workflow will look like this.

_Manoj_Kumar_1-1615643676775.png

 

Let me know if that helps.