JBoss Community

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

created by Maciej Swiderski in jBPM - View the full discussion

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

Start a new discussion in jBPM at Community