HR Lifecycle event case tasks fail to be generated with "Wrapped SyntaxError: Unterminated string literal (coordinator = new global.WorkflowCoordinator( {workflow:'HR Activity Launcher'} )"Issue HR Life cycle event case tasks fail to be created due to the below error in workflow context - HR Activity Set Launcher: org.mozilla.javascript.WrappedException: Wrapped SyntaxError: Unterminated string literal (coordinator = new global.WorkflowCoordinator( {workflow:'HR Activity Launcher'} );CauseThis issue is due to the default max length value set to 4000 on the Activity set inputs variable, with the results from the test run coming in with larger size.ResolutionThis variable is able to take a larger value than 4000, so increasing this value to 6000 will resolve the issue without side effects.Related LinksThe HR Activity Set Launcher workflow manages all of the activity sets and holds the information about the activities and activity sets. This is the information held within the Activity set inputs field. See the Lifecycle Events and Workflows.