PUT {repositoryId}/HumanTask/{id}/Delegate

Delegates a HumanTask.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
repositoryId

ID of the resource repository (optional).

string

Default value is

id

The ID of the HumanTask resource.

string

Required

Body Parameters

Next task owner.

NamedReference
NameDescriptionTypeAdditional information
Name

string

None.

Url

string

None.

Type

Types

None.

Request Formats

application/json, text/json

Sample:
{
  "Name": "sample string 1",
  "Url": "sample string 2",
  "Type": 0
}

application/xml, text/xml

Sample:
<NamedReference xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.openworkbpm.com/schema">
  <Type>Undefined</Type>
  <Url>sample string 2</Url>
  <Name>sample string 1</Name>
</NamedReference>

application/x-www-form-urlencoded

Sample:

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.