Maciej Swiderski [https://community.jboss.org/people/swiderski.maciej] created 
the discussion

"Re: How to get a process instance id within a sequence flow "condition 
expression"?"

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

--------------------------------------------------------------
have you tried with such approach to the rule:

$processInstance : WorkflowProcessInstance()
$request : Request() from $processInstance.getVariable("request")
not exists(Issue(requestId == $request.id)

have not run that rule so it could have some minor issues but it should give 
you what you looking for I think (if I understood the need right)

HTH
--------------------------------------------------------------

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

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