<bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_1" name="Intermediate Catch Event">
<bpmn2:incoming>SequenceFlow_22</bpmn2:incoming>
<bpmn2:outgoing>SequenceFlow_28</bpmn2:outgoing>
<bpmn2:conditionalEventDefinition id="ConditionalEventDefinition_2"/>
</bpmn2:intermediateCatchEvent>
I'd be glad if any of you could provide the configuration for an element like this, I cannot figure out how to do it, at least from XML.
Thanks in advance.
Hi Alfonso,
the conditional event is currently not supported in the process engine. Do you want to use it in the modeler only or also in the process engine?
Cheers,
Daniel
--
You received this message because you are subscribed to the Google Groups "camunda BPM users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to camunda-bpm-us...@googlegroups.com.
To post to this group, send email to camunda-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/camunda-bpm-users/a9939c75-f487-4ed8-b645-ef52a9812f6b%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Hi Alfonso.
Our engine does not support the conditional event (see http://docs.camunda.org/latest/api-references/bpmn20/) – that’s why you do not see any special support in camunda modeler and cannot deploy it on the engine.
In the XML it would look like this – where the condition might be tool specific:
<conditionalEventDefinition>
<condition language="...">...</condition>
</conditionalEventDefinition>
See spec p. 264:

Cheers
Bernd
Von: camunda-...@googlegroups.com [mailto:camunda-...@googlegroups.com] Im Auftrag von Alfonso Mateos Alarcón
Gesendet: Freitag, 8. November 2013 13:38
An: camunda-...@googlegroups.com
Betreff: [camunda-bpm-users] How to set a Conditional Event
Hi guys,
--
Hi Alfonso.
Sorry – I pointed to the BPMN 2.0 specification document on how condition elements work ;-) Best ignore it – the important information is that the engine does not (yet?) support it.
To view this discussion on the web visit https://groups.google.com/d/msgid/camunda-bpm-users/be7fb976-b619-4215-8639-94255fe83262%40googlegroups.com.
Hi Alfonso.
If you want to evaluate expressions during execution of the flow you should use a gateway.
Or do you want to wait until some external event changes some process variables? In this case I would suggest to use a message event instead of condition event.
Does this help? Otherwise it might be good to share an example of your process to make requirements clear. You could use http://camunda.org/share/ for this :-)
Cheers
Bernd
To view this discussion on the web visit https://groups.google.com/d/msgid/camunda-bpm-users/5ed92cba-9d3a-4af1-81a6-e04b4bf101eb%40googlegroups.com.
Hi Alfonso.
I would do something like this as a workaround: http://camunda.org/share/#/process/c7383f01-6d7e-4d77-8502-c5bce503803d. WDYT?
Cheers
Bernd
To view this discussion on the web visit https://groups.google.com/d/msgid/camunda-bpm-users/05ed8f9d-ce33-474c-8d89-afcff7f734fb%40googlegroups.com.