saig0 [https://community.jboss.org/people/saig0] created the discussion
"Re: Could not parse Knowledge" To view the discussion, visit: https://community.jboss.org/message/764614#764614 -------------------------------------------------------------- Hi tmmaluleke! You got a typing error in your exclusive gateway. You wrote "*student*" instead of "*studentId*" ;-) <sequenceFlow id="_5-_6" sourceRef="_5" targetRef="_6" name="Accept" tns:priority="1" > <conditionExpression xsi:type="tFormalExpression" language="http://www.java.com/java" >return student =true;</conditionExpression> </sequenceFlow> <sequenceFlow id="_5-_7" sourceRef="_5" targetRef="_7" name="Reject" tns:priority="1" > <conditionExpression xsi:type="tFormalExpression" language="http://www.java.com/java" >return studentId=false;</conditionExpression> </sequenceFlow> -------------------------------------------------------------- Reply to this message by going to Community [https://community.jboss.org/message/764614#764614] 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 [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
