cancel
Showing results for 
Search instead for 
Did you mean: 

Why all BPMN2.0 elements don't exist in Acitiviti(Acitiviti Explorer)

keremkul
Champ in-the-making
Champ in-the-making
I see in Activiti User Guide some elements and their Graphical Notation but I can't see in Activiti Explorer(version5.16.4)
For Example :
Signal Start Event ,Signal End Event  etc. are told in User Guide but they don't exist in Acitiviti Explorer.

On the other hand;
Why don't   "Intermediate Message Throw Event"   exist in Activiti?(Isn't it BPMN2.0 element?)
Why don't "Compensation Events" exist in Acitiviti?


If anybody can answer and help me,i'll be so satisfied.

Thanks,
3 REPLIES 3

jbarrez
Star Contributor
Star Contributor
What do you mean with 'not in explorer'. You mean the web modeler? The preview? The runtime diagram?

> Why don't "Intermediate Message Throw Event" exist in Activiti?(Isn't it BPMN2.0 element?)

It exists. See https://github.com/Activiti/Activiti/blob/master/modules/activiti-engine/src/main/java/org/activiti/... It just doesn't do anything.

> Why don't "Compensation Events" exist in Acitiviti?

It does: http://activiti.org/userguide/index.html#bpmnBoundaryCompensationEvent

keremkul
Champ in-the-making
Champ in-the-making
Yes,I mean the web modeler.
I think , sometimes I can use web modeler and it's item's simply, I should't apply java side ?

Thanks..
KEREM KUL

rohail
Champ in-the-making
Champ in-the-making
Hello, I had the same question as above. Why is the Intermediate Throw Message Event not available for selection in the web modeler or Eclipse designer? The Intermediate Throw Signal Event is supported, but not Message? This seems handicapping if you do not want to write java code, but simply want to send a message to a particular process using the modeler only. Is there any way to accomplish this without writing code?