Skip Activity in Lifecycle Event
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2025 12:10 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2025 01:23 PM
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.