Activity Launcher workflow is throwing Error 'org.mozilla.javascript.EcmaError: The undefined value has no properties.'Issue Offboarding Lifecycle Event has stopped working after upgrade.ReleaseParisCauseThe errors are caused by custom business rule using current.update(): while(gr.next()){current.u_last_day = gr.u_last_day;current.update(); -> this is causing the error, doing an update operation on insert business rule.} ResolutionDeactivating custom business rule or removing current.update() will resolve the issue.