Trigger multiple message intermediate events
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2016 04:25 PM
Hi
I have multiple processes sometimes waiting for the same message (message intermediate events). Is there a possibility via REST API to post a single REST call and trigger all of them? I saw examples of posting a PUT that triggers a single event like this:
Kind regards
A.H.
I have multiple processes sometimes waiting for the same message (message intermediate events). Is there a possibility via REST API to post a single REST call and trigger all of them? I saw examples of posting a PUT that triggers a single event like this:
PUT http://localhost:8080/activiti-rest/service/runtime/executions/377508{ "action":"messageEventReceived", "messageName":"DsReply", "variables": [ ]}
Kind regards
A.H.
Labels:
- Labels:
-
Archive
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2016 12:50 PM
No, unless you add that REST call yourself … it's not there out of the box.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2016 02:38 AM
Thx for the answer.
Kr
A.H.
Kr
A.H.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2016 04:51 AM
Just a followup question,
Is there a possibility to accomplish similar behavior ("message broadcasting") by using java?
Kind regards
A.H.
Is there a possibility to accomplish similar behavior ("message broadcasting") by using java?
Kind regards
A.H.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2016 06:07 AM
If you write your own command (maybe with some custom queries), it is. But I don't think it's available out of the box.
