processDefinitionKey required | string |
variables | object |
{- "processDefinitionKey": "string",
- "variables": { }
}
{- "key": "string",
- "processDefinitionKey": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "state": "active",
- "variables": { }
}
processDefinitionKey required | string |
page | integer <int32> Default: 1 |
size | integer <int32> Default: 10 |
{- "partitions": [
- {
- "partition": 0,
- "items": [
- {
- "key": "string",
- "processDefinitionKey": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "state": "active",
- "variables": { }
}
]
}
], - "page": 0,
- "size": 0,
- "count": 0
}
{- "items": [
- {
- "key": "string",
- "elementId": "string",
- "type": "string",
- "processInstanceKey": "string",
- "state": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "variables": { }
}
], - "offset": 0,
- "size": 0,
- "count": 0
}
processInstanceKey required | string |
{- "items": [
- {
- "key": "string",
- "processInstanceKey": "string",
- "processDefinitionKey": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "state": "string",
- "elementId": "string",
- "bpmnElementType": "string"
}
], - "offset": 0,
- "size": 0,
- "count": 0
}
processInstanceKey required | string |
{- "items": [
- {
- "key": "string",
- "processInstanceKey": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "elementId": "string"
}
], - "offset": 0,
- "size": 0,
- "count": 0
}
processInstanceKey required | string |
{- "items": [
- {
- "key": "string",
- "elementInstanceKey": "string",
- "elementId": "string",
- "processInstanceKey": "string",
- "message": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "resolvedAt": "2019-08-24T14:15:22Z",
- "executionToken": "string"
}
], - "offset": 0,
- "size": 0,
- "count": 0
}
processInstanceKey required | string |
messageName required | string |
variables | object |
{- "processInstanceKey": "string",
- "messageName": "string",
- "variables": { }
}
{- "code": "string",
- "message": "string"
}