addJob method

Future<JobV1> addJob (
  1. String correlationId,
  2. NewJobV1 newJob
)

Add new job from newJob.

  • correlationId (optional) transaction jobId to trace execution through call chain.
  • newJob a new job to be added to exist job. Return Future that receives job or error.