Not able to check out any workflowIssue In the workflow editor, when any admin user tries to checkout the workflow, the workflow editor merely refreshes and the workflow stays published. None of the admin users can perform checkout operation. Following error is thrown on the browser console when checkout is performed: WorkflowIncludes.jsx?v=12-17-2019_0856:279 Uncaught TypeError: Cannot read property 'getElementsByTagName' of nullat e._reload (WorkflowIncludes.jsx?v=12-17-2019_0856:279)at e._responseReceived (js_includes_doctype.jsx?v=12-17-2019_0856&lp=Mon_Jan_13_10_39_42_PST_2020&c=29_623:15448)at e._processReqChange (js_includes_doctype.jsx?v=12-17-2019_0856&lp=Mon_Jan_13_10_39_42_PST_2020&c=29_623:15306)Cause There was a processor present which appears to match the "checkout" request because the request has a form parameter 'name' on it and the processor had "parameters" field set to 'name'. ResolutionEither deactivate this processor by setting "active" field to 'false' or Change its "parameters" field from 'name' to any other string (such as 'nameX') so that it no longer intercepts the checkout request.