startJobById method

  1. @override
Future<JobV1> startJobById (
  1. String correlationId,
  2. String jobId,
  3. num timeout
)
override

Starts a job by its unique jobId.

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