2021.1

Table Of Contents
Running a Job Creation Operation By Content Set with
Runtime Parameters (Using JSON)
Problem
You want to run a job creation operation to produce a Job Set using a job creation preset, an
existing set of Content Sets and runtime parameters as inputs.
Solution
The solution is to make a series of requests using the following URIs and method types to
submit, monitor progress and ultimately retrieve the result of the job creation operation. There is
also the option of cancelling an operation during processing if required. These requests can be
submitted via the Job Creation REST service:
Process Job
Creation (By
Content Set)
(Runtime
Parameters)
(JSON)
/rest/serverengine/workflow/jobcreation/{configId}
POST
Get Progress of
Operation
/rest/serverengine/workflow/jobcreation/getProgress/
{operationId}
GET
Get Result of
Operation
/rest/serverengine/workflow/jobcreation/getResult/
{operationId}
POST
Cancel an
Operation
/rest/serverengine/workflow/jobcreation/cancel/
{operationId}
POST
Example
HTML5
jc-process-by-cse-params-json.html
<!DOCTYPE html>
<html>
Page 368