Reflects the current release of Nintex for SharePoint 2016. For your version, please access assistance through the Help button in the product.
This operation is used to install a Nintex Workflow timer job into an environment.
Nintex Workflow uses two timer jobs.
ScheduledWorkflows
This job is used to run workflows that have been set to run to a schedule. This job is installed in all environments.
TaskProcessing
This job is to process some task responses.
NWAdmin.exe -o InstallTimerJob -job ScheduledWorkflows|TaskProcessing [-url webApplicationUrl] [-minutes minutesBetweenExecution]
Name | Description |
---|---|
-job |
Specifies which timer job to install. |
-url |
[Advanced] A URL to a web application. If not specified, the central administration web application is used. |
-minutes |
The number of minutes between each execution of the timer job. Default is 5 minutes. |