Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

i am currently trying to model event based gateways. Currently i'am not finding an icon for event based gatway in the BPMN 2.0 notation supported by jBPM 5.0. Is there any solution for realizing this in the current version of jBPM 5 or jBPM 5.1.

THX.

share|improve this question

1 Answer

up vote 2 down vote accepted

The event-based gateway is currently not yet supported in the graphical editor, but the engine does support it. You can take a look at some examples here: https://github.com/droolsjbpm/jbpm/tree/master/jbpm-bpmn2/src/test/resources (BPMN2-EventBasedSplit*.bpmn2)

Kris

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.