Workflow Schedule is not running the workflow as per the schedule.Description Workflow Schedules is not initiating the workflow as expected. When trying to run it using 'Execute Now' throws and error : org.mozilla.javascript.EcmaError: undefined is not a function. Caused by error in <refname> at line 1 ==> 1: var ws = new global.WorkflowScheduler(); ws.run();CauseCross Scope Privileges not defined accurately.Resolution Note: When using a Workflow Schedule in a different application, you must make sure there is a cross scope privilege which allows access to all the scripts in another application ex:Global. Whenever a workflow schedule runs, it needs access to few scripts like 'Workflow Scheduler' Script Inlcude etc, which are in Global. So, the cross scope Privileges should be defined properly. In my case, the application has the "Runtime Access Tracking" set to 'Enforcing'. When you do this, you will have to add privilege everytime when the scripts need to be accessed in the croos scope. I added few Cross Scope privileges in your test instance and now when I click on execute Now, the workflow is triggered. But, you cannot do it all the time.Instead, goto the application and change the "Runtime Access Tracking" to 'None'.This will create the cross scope privileges on its own and will allow access. Navigate to the "sys_app_list.do" and open the particular Application.You will see a field named "Runtime Access Tracking", change it to 'None' to allow cross scope access.