Skip to main content
Nintex Community Menu Bar
TOPIC
How to install and un-install the Nintex Workflow Scheduler job.
INSTRUCTIONS

Installation:

  1. Navigate to the server hosting Central Administration
  2. Open a SharePoint Management Shell window as an administrator
  3. Run the command: NWAdmin.exe -o InstallTimerJob -job ScheduledWorkflows -url http://yourwebappurlhere/

Uninstallation:

  1. Navigate to the server hosting Central Administration
  2. Open a SharePoint Management Shell window as an administrator
  3. 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/
ADDITIONAL INFORMATION
RELATED LINKS
Be the first to reply!

Reply