InstallTimerJob

Description

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.

Usage

NWAdmin.exe -o InstallTimerJob -job ScheduledWorkflows|TaskProcessing [-url webApplicationUrl] [-minutes minutesBetweenExecution]

Parameters

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.