System Event Publisher Job Events

   Journey Manager (JM) The transaction engine for the platform. |   System Manager / DevOps  |  18.05 This feature was introduced in 18.05.

Manager allows you to configure a [%TransactVariables.SystemEventPublisher%] to publish job events.

Note

Select the Job Publish checkbox in the AWS SQS System Event Publisher service configuration to be able to publish this event.

System Event Publisher sends out job events in the following JSONJSON (JavaScript Object Notation) is an open standard file format and data interchange format that uses human-readable text to store and transmit data objects consisting of attribute–value pairs and arrays. format.

{
	"environmentName": "server1.com",
	"systemId": "c41d354134397c0362846d5efd7f34f4",
	"serverNode": "ip-192-168-120-149.us-west-2.compute.internal - TM Server",
	"threadName": "TM_Worker-4",
	"job": {
		"id": 3,
		"eventTime": "2018-05-10T21:37+1000",
		"jobKey": "19677169dac21105ce99be73d13bf3eb",
		"jobName": "Customer Onboarding Job",
		"jobRefNumber": "5VFL8Q7",
		"clientCode": "maguire",
		"status": "Completed",
		"stepName": "Application Completed",
		"stepStatus": "Completed"
	}
}

The status is a job status.

  • In Progress - the collaboration job is active and in progress.
  • Completed - the collaboration job has been completed. This happens when a endpoint step has completed.
  • Expired - this happens when an endpoint expiry collaboration job has been automatically expired by Journey Manager.
  • Cancelled - the collaboration job has been manually canceled by an administrator.
  • Error - the collaboration job has a critical or unrecoverable error that requires an administrator intervention before it can be run again.
  • Paused - the collaboration job has been paused temporarily.

The stepStatus is a job step status.

A job step status can be one of the following:

  • In Progress- the step is in progress now.
  • Completed - the step is completed.
  • Expired - the step is expired.
  • Cancelled - the step has been manually cancelled by an administrator.

Next, learn about other events.