Mauricio Salatino [
https://community.jboss.org/people/salaboy21] created the discussion
"Re: JBPM ENGINE AND JAVA BEAN"
To view the discussion, visit:
https://community.jboss.org/message/754769#754769
--------------------------------------------------------------
Please, do no ask unrelated questions. The topic of this thread is:
h2.
https://community.jboss.org/message/746864#746864 JBPM ENGINE AND JAVA BEAN
Which doesn't mean anything, so stop adding more questions here. Create a different
topic with a more descriptive name.
PS: the error that you are getting means that the Process file contains something wrong,
and based on the description of the problem, you are probably missing a return statement
in one of the Gateway conditions i.e.:
return (average > 50);
instead of:
(average > 50);
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/754769#754769]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]