TOPIC
How to install and un-install the Nintex Workflow Scheduler job.INSTRUCTIONS
Installation:
- Navigate to the server hosting Central Administration
- Open a SharePoint Management Shell window as an administrator
- Run the command: NWAdmin.exe -o InstallTimerJob -job ScheduledWorkflows -url http://yourwebappurlhere/
- You will need to update "http://yourwebappurlhere/" with the URL for one of your content web applications
Uninstallation:
- Navigate to the server hosting Central Administration
- Open a SharePoint Management Shell window as an administrator
- Run the command: NWAdmin.exe -o UninstallTimerJob -job ScheduledWorkflows
- If the Nintex Workflow Scheduler is installed on a web application other than Central Administration, you can specify the web application via the -url flag
- Example: NWAdmin.exe -o UninstallTimerJob -job ScheduledWorkflows -url http://testwebappurl/