Creates A work item

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