Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

This POST service will perform the same action found on the Approval Tasks page. It will initiate a request to reject the Approval Task created from a project execution, selected by the workflowRequestId.


API URL

http://host:port/flexdeploy/rest/task/rejectProject
Sample JSON Request
{
   "authentication":
    {
       "userId": "fdadmin",
       "password": "password1"
    },
   "workflowRequestId": "10002"
}

Parameters

Parameter

Required

Type

Description

authentication

Y

Object

See Common Parameters below.

workflowRequestId

Y

Long

This is the Workflow Request Id that is generated upon a build/deploy request.

  • No labels