Publish a Workflow
This endpoint publishes a workflow so it can launch running instances (work orders).
Note: The default format for the response is XML format. To return a response in JSON format, add
&format=json to the request.
Request Example
GET http://localhost:3000/aspera/orchestrator/api/publish_workflow?id=627
Parameters
| Parameter Name | Required/Optional | Data Type | Definition |
|---|---|---|---|
| id | required | integer | ID of the workflow to publish |
Response Example
The response confirms that the workflow is published successfully:
<WorkflowPublish>
<Success>true</Success>
</WorkflowPublish>