Setting Workflow Requests

AdminStudio 2024 R2 | 28.0 | AdminStudio REST APIs

Edition:REST APIs are enabled with AdminStudio Enterprise Edition.

When you send this request, it will set the workflow for the specified backlog request

Setting Workflow Requests API Information

Request Type

Description

API

http://localhost:8086/catalog/WorkflowRequest/?PackageRequestId=XX&WorkflowId=XX

Method

SET

Parameters

List all parameters in the following format:

PackageRequestId = The Id of the Backlog request.
WorkflowId = The Id of the Workflows.

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>