Skip to content

Commit

Permalink
added description of processInstanceId property related to CAM-4721, …
Browse files Browse the repository at this point in the history
  • Loading branch information
superwese committed Mar 4, 2016
1 parent 02bb713 commit bd22b99
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/reference/rest/message/post-message.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ A JSON object with the following properties:
<td>withoutTenantId</td>
<td>A Boolean value that indicates whether the message should only be correlated to executions and process definitions which belongs to no tenant. Value may only be <code>true</code>, as <code>false</code> is the default behavior.</td>
</tr>
<tr>
<td>processInstanceId</td>
<td>Used to correlate the message to the process instance with the given id. Must not be supplied in conjunction with a <code>tenantId</code>. </td>
</tr>
<tr>
<td>correlationKeys</td>
<td>Used for correlation of process instances that wait for incoming messages.
Expand Down

0 comments on commit bd22b99

Please sign in to comment.