Instance Increment and GET
Instance increment and GET
POST
https://next.cloudio.io/v1/wf/instanceIncrementAndGet
This endpoint allows you to increment and retrieve a number value for a given key at the workflow instance level. A value of number 1 will be set and retrieved when a given key doesn't exists.
Request Body
Name | Type | Description |
---|---|---|
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 |
Last updated