Instance PUT

Workflow Instance PUT

POST https://next.cloudio.io/v1/wf/instancePut

This endpoint allows you to store key/value pair at the workflow instance level from within the task at execution time.

Request Body

NameTypeDescription

wfUid

string

Workflow UID

wfInstUid

string

Workflow Instance UID

version

string

Workflow Version

token

string

The token value passed to the task request

nodeUid

string

Node UID that was passed to the task request

executionId

string

Execution Id passed to the task request

key

string

A unique key within the workflow instance

value

object

The value that you want to store

{
    "status": "OK",    
}

Last updated