Setting Workflow Requests
Edition:REST APIs are enabled with AdminStudio Enterprise Edition.
When you send this request, it will set the workflow for the specified backlog request
Request Type |
Description |
||||||
API |
http://localhost:8086/catalog/WorkflowRequest/?PackageRequestId=XX&WorkflowId=XX |
||||||
Method |
SET |
||||||
Parameters |
List all parameters in the following format:
|
||||||
Connection Info |
Provides the connection information of the package as mentioned in Setting Up Connection to Run REST APIs |
||||||
Response |
Example: http://localhost:8086/catalog/WorkflowRequest/?PackageRequestId=7&WorkflowId=1 Response: <data>The RequestId is set to the specified automation workflow</data> |