getJobById method

Future<JobV1> getJobById (
  1. String correlationId,
  2. String jobId
)

Gets a job by its unique jobId.

  • correlationId (optional) transaction jobId to trace execution through call chain.
  • jobId a jobId of job to be retrieved. Return Future that receives job or error.