Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

CAF_8015 - Job Service - Add tracking fields to task messages

Verify that the Task Messages created by the Job Service contain tracking information

Test Steps

  1. Use the Job Service swagger UI to create a job
  2. Get the message from the Rabbit queue"

Test Data

N/A

Expected Result

The message will contain the following tracking information:

  • jobId
  • statusCheckURL
  • lastStatusCheckTime
  • statusCheckIntervalMillis
  • trackingPipe
  • trackTo

JIRA Link - CAF-929