The CreatorCon Call for Content is officially open! Get started here.

Skip Activity in Lifecycle Event

samadam
Kilo Sage

I am trying to set up lifecycle event process and want to skip couple of activities based on variable value. How can I add the skip condition to activity which are HR Tasks? Do they need to be in their own activity set? 

1 REPLY 1

Rajat Gupta6
Tera Guru

Set trigger type to Advanced Condition and write a server side function that returns true or false. If the script return true, activity will be triggered else if false, it will be skipped.

 

Please accept my solution if it works for you and thumps up.