rickylkl [
https://community.jboss.org/people/rickylkl] created the discussion
"anyone guide me how to access processinstance in split constraints?"
To view the discussion, visit:
https://community.jboss.org/message/772655#772655
--------------------------------------------------------------
Dear all,
rule "Example validation rule"
ruleflow-group "validate"
when
processInstance : WorkflowProcessInstance()
then
processInstance.setVariable("isValid", new Boolean(false));
end
that's wt i know to access processInstance in rule flow , drl file .
But how do i get the isValid variable in SPLIT GATEWAY CONSTRAINTS ??
THanks & Regards
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/772655#772655]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]