Creates A work item
Creates a work item for collecting user input when a vRO workflow is waiting for a user interaction
Request
URI
POST
https://{api_host}/advanced-designer-service/api/workitems
COPY
Request Body
The interaction for which to create the work item
interactionWorkItem
of type(s)
application/json
Required
Show optional properties
{
"requestedBy": "string",
"workflowExecutionId": "string",
"workflowId": "string"
}
{
"requestedBy": "string",
"subtenantRef": "string",
"assignees": [
"string"
],
"workflowExecutionId": "string",
"workflowId": "string"
}
string
requestedBy
Required
Constraints:
minLength: 0
maxLength: 255
requestedBy
string
subtenantRef
Optional
Constraints:
minLength: 0
maxLength: 255
subtenantRef
array of
string
assignees
Optional
assignees
string
workflowExecutionId
Required
Constraints:
minLength: 1
maxLength: 255
workflowExecutionId
string
workflowId
Required
Constraints:
minLength: 1
maxLength: 255
workflowId
Responses
201
Operation doesn't return any data structure
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"requestedBy:"string","workflowExecutionId:"string","workflowId:"string"}' https://{api_host}/advanced-designer-service/api/workitems
Create Operation Operations
POST
Creates An endpoint configuration object
GET
Gets all endpoint configuration objects
POST
Create Resource Type
GET
List Resource Types
POST
Clone Blueprint
POST
Creates A work item
POST
Creates A resource operation
GET
Get Resource Operations
POST
Creates A clone Of A resource operation
POST
Creates A ValueDefinition
GET
Returns A page Of ValueDefinition objects
POST
Creates A workflow subscription
GET
Gets workflow subscriptions matching the filtering criteria
POST
Create Service Blueprint
GET
Get Blueprints
POST
Creates A generic form
GET
Gets all forms matching the filtering criteria