10.9 Workflow step
POST http://{{rip_ip}}:5438/preflight/{{session_id}}/workflow/{{module}}
Executes a workflow module on the document stored in the session and returns the results of the workflow module execution.
Request
XML containing the information passed to the workflow module. The content of the XML is following the job XML structure and its content is depending on the needs of the module.
Response
Success
- 200 OK :
{"Message":"Workflow processed", "Result": } ##### Error * 404 Not Found : `{"Message":"Workflow module not installed"}` * 500 Internal Error : `{"Message":"Workflow module failed"}`