Need to bypass the 4 hour evaluation interval for actvity set trigger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2025 08:07 PM
I have a lifecycle event with multiple activity sets. One of the activity set has a conditional trigger. I don't want to wait for the 4 hour evaluation interval (SN default) to trigger this activity set. I tried using the SN provided alternate solution of using the BR (Condition with Event BR (Demo)) which has a script that checks the running flow for the current record and broadcasts the 'check_activity_set_trigger' event to the workflow 'HR Activity Set Trigger Check' thus bypassing the 4 hr wait. I don't want to change the interval to a smaller timeframe
as SN doesn't recommend that for performance reasons. This BR doesn't gets kicked off no matter what conditions I gave.
I even set it to run on insert or update with no filter conditions but it doesn't seem to get triggered. Not sure what I'm doing wrong.
Only thing I can think of is that the BR is under "Human Resources: Lifecycle Enterprise" scope and my Lifecycle event is
under "Employee Center Core".
Has anyone used this BR successfully or do you have any alternate suggestions to bypass the 4hr evaluation interval? Thanks.