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