Correlate Message Async (POST)
POST/process-instance/message-async
Correlates a message asynchronously to executions that are waiting for this message. Messages will not be correlated to process definition-level start message events to start process instances.
Request
Responses
- 200
- 400
- 403
Request successful.
Bad Request
- If none of
processInstanceIds,processInstanceQuery, andhistoricProcessInstanceQueryis given - If no process instance ids where found
Returned if the user is not allowed to create the batch.
See the Introduction for the error response format.