Onboarding Request - Activity Sets are not triggering properlyIssue We have an Onboarding Request in a lifecycle process and we have checked that the Activity Sets are not progressing properly. We completed a previous HR Case in an Activity Set but the next activity is not triggered. ResolutionThere is an issue in our OOB (out of box) "hr_ActivitySet" Script Include for triggering the next member activity. Make a change on line 621 in _triggerNextMemberActivity() method, add 'grActivity.orderBy('order_number');' so that it will trigger the next lowest order number member activity.