Thomas Setiabudi [https://community.jboss.org/people/thomas.setiabudi] created 
the discussion

"Re: Can Jbpm5 Catch Event out of sequence exception handling?"

To view the discussion, visit: https://community.jboss.org/message/801800#801800

--------------------------------------------------------------
Hi Navisdrools,

A possible workaround will be:

1. After first event is caught, put a script task node that will set value to a 
variable "firstEventFired" to true
2. After second event is caught, put a script task node that will check the 
value of variable "firstEventFired", if the variable value is true then 
proceed, else throw exception.


Regards,
Thomas Setiabudi
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/801800#801800]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to