Worklist/Items/ExecuteAction

Executes the action specified and updates the worklist item with the data posted.

URI

{Service Root URI}/Worklist/Items/ExecuteAction?{Query Options}
https://api.denallix.com:443/K2Services/REST.svc/Worklist/Items/ExecuteAction

Method

POST

This method cannot be called via URI construction in the address bar of standard browsers.  Tooling such as Fiddler or .NET code may be required to execute the POST.

Query Options

Required

Optional

Request Headers

Ensure that the request has at least these headers set.

Authorization: Basic {encrypted token goes here}
Content-type: application/xml

Request Body

The request body contains the WorklistItem represented as XML.  The Worklist Item XML returned from Worklist GET methods can be used as a starting point for the XML input of this POST method.  Any invalid elements or attributes will be ignored.

The WorklistItem XML consists of the following.

Namespaces

The WorklistItem XML requires namespaces to be defined.

Elements and Attributes

Return Type

Success/Failure

Due to the asynchronous nature of the POST, a successful call may not return anything depending on the tooling used to execute the POST.

K2 blackpearl Developers Reference4.7
Video Links Learn Support
No videos found for this article
K2 on YouTube
No Additional links found for this article
No self-learning content for this article
Try some scenarios...
No relevant support links available for this article