Job Properties

This property defines basic options of a scheduled job.

Field Description

Field Name

Job Name. Name of the scheduled job context. It should satisfy the context naming conventions. Name is required to refer to this job from other parts of the system.

name

Job Description. Textual description of the job. This is also a description of the Scheduled Job context.

description

Enabled. All triggers of enabled jobs are active and job is executed. When job is re-enabled after being disabled for some time all misfired triggers are executed.

enabled

Context Mask. Context mask defines a number of contexts to call the scheduled action from. When scheduled job is launched, selected action is launched in consecutive order from every context that matches to the mask.

mask

Type. Job type, Function or Action.

type

Function. Name of the function to be launched if job Type is Function.

function

Action. Name of the action to be launched if job Type is Action.

action

Parameters. Action-specific parameters. These parameters are used to input when scheduler job executes action in non-interactive mode. For example, if scheduled action requires confirmation (i.e. asks user something like "Delete query?" and allows to click OK or Cancel), this field will contain a "Delete query?" parameter with two possible choices: "OK" and "Cancel".

input

Execute Missed Jobs. If this option is enabled, all jobs which were missed (e.g. Iotellect Server stopped or restarting) will be executed after server start. If disabled, ignoring misfired jobs.

executeMissed

Condition. Expression evaluated for each job target context, e.g. context matching Context Mask. If this expression returns false, job execution is skipped for this target.

condition

Condition Expression Resolution Environment:


Default Context

Context for which the job is to be executed.

Default Data Table

None.

Default Row

0

Environment Variables

Standard variables only.

Stop on Success. If this option is enabled, first non-skipped successful job execution for any target context discards all future job executions for this context.

stopOnSuccess

Retry Count. Maximum number of attempts to execute the job for any specific target context if previous executions fail with an error.

retryCount

Default Threads Count. Base size of job execution thread pool, e.g. number of parallel jobs in normal conditions.

jobThreads

Maximum Threads Count. Maximum size of job execution thread pool, e.g. number of parallel jobs in conditions when jobs execute slowly.

maxJobThreads

Maximum Queue Count. Maximum queue size for the pool of threads that perform the task. If the number of tasks is more than the size of the thread pool, extra tasks are added to a queue.

maxQueueCount

These properties may be accessed through the jobDetailsView variable.

Was this page helpful?