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.
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.
The stepStatus
is a job step status.
A job step status can be one of the following:
Next, learn about other events.