{
"id": "string",
"intent": "string",
"key": 0,
"recordType": "string",
"timestamp": 0,
"value": {
"bpmnProcessId": "string",
"customHeaders": {
"config": null
},
"deadline": 0,
"elementId": "string",
"elementInstanceKey": 0,
"errorCode": "string",
"errorMessage": "string",
"processDefinitionKey": 0,
"processDefinitionVersion": 0,
"processInstanceKey": "string",
"retries": 0,
"type": "string",
"variables": null,
"worker": "string"
},
"valueType": "string"
}
curl --location --request POST '/flow/flowRecord' \
--header 'Authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"intent": "string",
"key": 0,
"recordType": "string",
"timestamp": 0,
"value": {
"bpmnProcessId": "string",
"customHeaders": {
"config": null
},
"deadline": 0,
"elementId": "string",
"elementInstanceKey": 0,
"errorCode": "string",
"errorMessage": "string",
"processDefinitionKey": 0,
"processDefinitionVersion": 0,
"processInstanceKey": "string",
"retries": 0,
"type": "string",
"variables": null,
"worker": "string"
},
"valueType": "string"
}'
{
"InsertedID": "5cceba2cc7157e23ae172c28"
}