Suggestion on Lifecycle Event
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2024 12:13 AM - edited 04-01-2024 12:14 AM
Hello Everyone,
Could you give me a suggestion for configuring LE for a service?
For instance, I have 3 activity sets AS1, AS2, and AS3.
The trigger types of AS1 and AS2 are immediate however I need to make AS3 trigger on the completion of EITHER AS1 or AS2.
I also know we have a COMBINATION and ADVANCED trigger type to achieve this functionality, but in that case, the evaluation time is 4 hours and we don't want to wait that long to generate the tasks.
(Changing evaluation is time is not recommended)
Please share your thoughts on this if you ever encountered the same roadblock and what approach was used to achieve the functionality.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2024 12:20 AM
Hi @_Gaurav ,
By default, the evaluation interval is 4 hours. If you want to trigger the activity set sooner, there are 2 ways:
A)
Starting in the Utah family, the default evaluation interval can be changed.
Procedure
- Navigate to All > Lifecycle Events > Manage Lifecycle Events.
- Select a lifecycle event.
- Select the Activity Sets tab.
- Select the edit icon for an Activity Set.
Note: In Journeys, stages are equivalent to activity sets.
- Select Configure > All from the Additional actions list.
- Select the Dictionary Entries tab.
- Find evaluation_interval Column name.
- Open the related Dictionary Entry.
Note: To edit this record, you must be in the Human Resources: Lifecycle Enterprise application.
- Select the Default Value tab.
Default value format
0 04:00:00
is equal tod hh:mm:ss
:- Days = d
- Hours = hh
- Minutes = mm
- Seconds = ss
- Change the Default value.
- Select Update.
B)
This is not recommended as this could hit the max workflow activity count limit which will cause the workflow context to get cancelled.
The max workflow activity count can be updated by checking out the hr activity set launcher workflow and opening the workflow properties icon (under the activities tab).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2024 12:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2024 12:30 AM
@Community Alums Thank you for the swift response.
The instance is in Vancouver. Wouldn't the whole Lifecycle event be canceled if I set the evaluation interval to 5 seconds (0 00:00:05) and exceeded the maximum workflow count?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2024 12:34 AM
Hi @_Gaurav ,
Yes, It would be Impacting the whole Lifecycle Event some or the other way.
Because if this activity set is dependent on other activity set, then it lifecycle would be impacted.