Job properties

The following table lists the properties available to configure job notifications.

Job Property Name Description

BatchId

Batch ID

The ID of the batch that has submitted the job.

BatchStatus

Batch Status

Status of the batch and job:

  • DONE: The job was completed successfully with no erroneous data detected by the validations.

  • ERROR: The job did not complete successfully, it was canceled by a user.

  • SUSPENDED: The job is suspended, either by a user or due to an error. It awaits a user intervention.

  • WARNING: The job was completed successfully, but some records have caused validation errors.

BatchSubmitter

Batch Submitter

The user who submitted this batch.

StartDate

Startup Date

Startup timestamp of the batch

EndDate

End Date

Completion timestamp of the batch

JobName

Job Name

Name of the job submitted for this batch.

QueueName

Queue Name

Name of the queue that ran the job

DataLocationName

Data Location Name

Name of the data location into which the load was created and the batch submitted.

EntityNames

Entity Names

List of the entities processed by the job.

TotalRowCount

Total Row Count

The total number of rows counted by the tasks in this job instance.

ErrorCount

Error Count

The total number of errors counted by the tasks in this job instance.

InsertCount

Insert Count

The total number of inserts counted by the tasks in this job instance.

UpdateCount

UpdateCount

The total number of updates counted by the tasks in this job instance.

DeleteCount

DeleteCount

The total number of deletes counted by the tasks in this job instance.

MergeCount

MergeCount

The total number of merged records counted by the tasks in this job instance.

LoadId

Load ID

The ID of the load that was submitted to create this batch.

ProgramName

Program Name

Name of the program that created the load.

LoadDescription

Load Description

The description given to the load at creation time.

ModelName

Model Name

Name of the deployed model containing the job.

ModelBranch

Model Branch

Branch number of the deployed model.

ModelEdition

ModelEdition

Edition (version) number of the deployed model.

JobParameters

Job Parameters

List of the parameters of this job.

WorkflowName

Workflow Name

Name of the workflow that triggered this job.

ActivityLabel

Activity Label

Label of the workflow instance that triggered this job.

ActivityPriority

Activity Priority

Priority of the workflow instance that triggered this job: HIGH, LOW or NORMAL.

ActivityInitiator

Activity Initiator

The user who created the workflow instance that triggered this job.

JobRestartNumber

Job Restart Number

The number of times this job was restarted.

ActivityLastComment

Activity Last Comment

Last comment provided when submitting the workflow instance.

ServerBaseUrl

Server Base URL

Base URL of the Semarchy xDM server, as configured by the administrator.