jbpm - There should be at least 2 link events to make a connection -


i'm exploring how use link intermediate throw event in jbpm 6.2. documentation on link in bpm (http://camunda.org/bpmn/reference/), seems can create 2 link nodes , have them connected each other.

i tried same thing in jbpm diagram editor in eclipse, however, i'm getting error:

java.lang.illegalargumentexception: there should @ least 2 link events make connection

enter image description here

additionally, seems need specify target in link event definition details. how can specify in jbpm diagram editor in eclipse?

edit:

the diagram might incorrect in have 2 throw links. should 1 throw link , 1 catch link.

edit: i've updated diagram 1 throw link , 1 catch link.

i found have match link names of both throw , catch nodes. after adjusting names, jbpm able complete workflow.


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -