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:///advanced-designer-service/api/workitems
COPY
Request Body

The interaction for which to create the work item

interactionWorkItem of type(s) application/json
Required
{
    "requestedBy": "string",
    "subtenantRef": "string",
    "assignees": [
        "string"
    ],
    "workflowExecutionId": "string",
    "workflowId": "string"
}
string
requestedBy
Required

requestedBy

string
subtenantRef
Optional

subtenantRef

array of string
assignees
Optional

assignees

string
workflowExecutionId
Required

workflowExecutionId

string
workflowId
Required

workflowId

Responses
201
Operation doesn't return any data structure