I saw that the camunda ActivityIntance interface has a method String[] getExecutionIds(). Could you please give me an example when an activity instance has more than one executionId ?
Thanks and regards,
Hi Slev Florin,
I've tried the scenario where I have a user task with an attached message boundary event. I've also specified a non-interrupting boundary event.
But when execution arrives in user task and a message is sent, the activity instance User task still has only one execution id. The other token id already got away, following the sequence flow going out of the event.
That sounds like a bug, we will look into this!
https://app.camunda.com/jira/browse/CAM-1328
Cheers,
Daniel Meyer
Von: Slev Florin [mailto:slevoac...@gmail.com]
Gesendet: Dienstag, 24. September 2013 17:16
An: Daniel Meyer
Betreff: Re: [camunda-bpm-users] Camunda ActivityInstance - more than one execution id ?
I need a scenario where an activity instance has at least 2 execution ids, for a certain period of time, in order to check this via the rest api command:
BASE_URL/engine-rest/process-instance/{process_instance_id}/activity-instances
2013/9/24 Slev Florin <slevoac...@gmail.com>
I've tried the scenario where I have a user task with an attached message boundary event. I've also specified a non-interrupting boundary event.
But when execution arrives in user task and a message is sent, the activity instance User task still has only one execution id. The other token id already got away, following the sequence flow going out of the event.
2013/9/23 Daniel Meyer <daniel...@camunda.com>
Hi slevoaca,
An example would be an intermediate message catch event
http://docs.camunda.org/latest/api-references/bpmn20/#events-message-event
s-message-intermediate-catching-event
or a user task with an attached message boundary event.
Cheers,
Daniel Meyer
-----Ursprüngliche Nachricht-----
Von: camunda-...@googlegroups.com
[mailto:camunda-...@googlegroups.com] Im Auftrag von
slevoac...@gmail.com
Gesendet: Montag, 23. September 2013 11:44
An: camunda-...@googlegroups.com
Betreff: [camunda-bpm-users] Camunda ActivityInstance - more than one
execution id ?