1.5

Running an Output Creation Operation By Job (Using
JSON)
Problem
You want to run an output creation operation to generate print output using an output creation
preset and a list of existing Jobs 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 output creation operation.
There is also the option of cancelling an operation during processing if required. These
requests can be submitted via the Output Creation REST service:
Process Output
Creation (By Job)
(JSON)
/rest/serverengine/workflow/outputcreation/
{configId}/jobs
POST
Get Progress of
Operation
/rest/serverengine/workflow/outputcreation/getProgress/
{operationId}
GET
Get Result of
Operation
/rest/serverengine/workflow/outputcreation/getResult/
{operationId}
POST
Get Result of
Operation (as Text)
/rest/serverengine/workflow/outputcreation/getResultTxt/
{operationId}
POST
Cancel an Operation
/rest/serverengine/workflow/outputcreation/cancel/
{operationId}
POST
Example
HTML5
oc-process-by-je-json.html
<!DOCTYPE html>
<html>
<head>
Page 186