RITM's workflow does not launchIssue Review the system logs and if you see the following errors: org.mozilla.javascript.EcmaError: "Always" is not defined. Caused by error in sys_script_include.d3669766c0a8016901828e92d1202ac5.script at line 104 org.mozilla.javascript.EcmaError: "Always" is not defined. Caused by error in sys_script.070a46fe0a0a0b260555062b357f0a83.script at line 9 org.mozilla.javascript.EcmaError: "Always" is not defined. Caused by error in sys_script.2d0885b4c61122840070856bf5994bca.script at line 5 Workflow 'Adobe approval 2' with context 42aa89e41b691c10ca32fc038d4bcbc4 terminated 2020-06-18 15:26:56 UTC with : Wrapped ReferenceError: "Always" is not defined. (Begin(f45795d81b695810ca32fc038d4bcbaf); line 1) (sys_script_include.d3669766c0a8016901828e92d1202ac5.script; line 104) org.mozilla.javascript.EcmaError: "Always" is not defined. Caused by error in sys_script.070a46fe0a0a0b260555062b357f0a83.script at line 13 org.mozilla.javascript.EcmaError: "Always" is not defined. Caused by error in sys_script.2d0885b4c61122840070856bf5994bca.script at line 21 Workflow 'Adobe approval 2' with context 42aa89e41b691c10ca32fc038d4bcbc4 terminated 2020-06-18 15:26:56 UTC with : Wrapped ReferenceError: "Always" is not defined. (Begin(f45795d81b695810ca32fc038d4bcbaf); line 1) (sys_script_include.d3669766c0a8016901828e92d1202ac5.script; line 104): no thrown error org.mozilla.javascript.EcmaError: "Always" is not defined. Caused by error in sys_script_include.0360b36d0a0a0b260a89dfec60c339c4.script at line 843 org.mozilla.javascript.EcmaError: "Always" is not defined. Caused by error in sys_script.700cb3c9ac14657b005f7aaef70e1fc8.script at line 1 ==> 1: Always org.mozilla.javascript.WrappedException: Wrapped ReferenceError: "Always" is not defined. (Begin(f45795d81b695810ca32fc038d4bcbaf); line 1) (sys_script_include.d3669766c0a8016901828e92d1202ac5.script; line 104) EvaluatorException(JavaScript evaluation error on: startWorkflow(current.cat_item.workflow.toString()); function startWorkflow(id) { var w = new Workflow(); var context = w.startFlow(id, current, current.operation(), getVars()); if (context != null) current.context = context.sys_id; } /** * Get the variables from the request item so that we can map these to the workflow.input * variables if the names match. */ function getVars() { var vars = {}; for (var n in current.variables) vars[n] = current.variables[n]; return vars; } )Resolution the initial activity on the workflow "Begin" should have the condition set to "true" in this cause it was set to "Always" and was generating all those errors in the system log.