-
Feature Request
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
The current message correlation API allows "only" to correlate a message to exactly one process instance. There are a couple of use cases where you want to send a message to x waiting processes - hence the correlation query results in multiple executions being found. It would be pretty convenient to allow to trigger them all in one go.
runtimeService.createMessageCorrelation("orderCancelled")
...
.correlateAll(); <<< Add this
This is the controller panel for Smart Panels app
[CAM-2006] Add "correlateAll" to Correlation Builder to allow for multiple messages to be sent in one go
Description | Original: The current message correaltion API allows "only" to correlate a message to exactly one process instance. There are a couple of use cases where you want to send a message to x waiting processes - hence the correlation query results in multiple executions being found. It would be pretty convenient to allow to trigger them all in one go. |
New:
The current message correaltion API allows "only" to correlate a message to exactly one process instance. There are a couple of use cases where you want to send a message to x waiting processes - hence the correlation query results in multiple executions being found. It would be pretty convenient to allow to trigger them all in one go. runtimeService.createMessageCorrelation("orderCancelled") ... .correlateAll(); <<< Add this |
Fix Version/s | Original: 7.2.0 [ 12997 ] |
Fix Version/s | New: 7.2.0 [ 12997 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Remaining Estimate | New: 0 minutes [ 0 ] | |
Original Estimate | New: 0 minutes [ 0 ] |
Assignee | New: Roman Smirnov [ smirnov ] |
Resolution | Original: Fixed [ 1 ] | |
Status | Original: Resolved [ 5 ] | New: Reopened [ 4 ] |
Description |
Original:
The current message correaltion API allows "only" to correlate a message to exactly one process instance. There are a couple of use cases where you want to send a message to x waiting processes - hence the correlation query results in multiple executions being found. It would be pretty convenient to allow to trigger them all in one go. runtimeService.createMessageCorrelation("orderCancelled") ... .correlateAll(); <<< Add this |
New:
The current message correlation API allows "only" to correlate a message to exactly one process instance. There are a couple of use cases where you want to send a message to x waiting processes - hence the correlation query results in multiple executions being found. It would be pretty convenient to allow to trigger them all in one go. runtimeService.createMessageCorrelation("orderCancelled") ... .correlateAll(); <<< Add this |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Reopened [ 4 ] | New: Resolved [ 5 ] |
Assignee | Original: Roman Smirnov [ smirnov ] | New: Matthijs [ matthijs.burke ] |
Assignee | Original: Matthijs [ matthijs.burke ] | New: Sebastian Menski [ sebastian.menski ] |