Dispatching process flow by bpm user group in expression

Dear all,

I would like to control the flow of a process by properties of the process initiator, in particular by the decision whether the initiator user is contained in a certain (bpm) user group (which has been designed before and is deployed at process runtime).

Is there any way to achieve this by means of a condition which makes use of an expression? (I am aware that I could achieve this by programming a spring bean, but would like to avoid such an approach if possible.)

In other words, I guess my question boils down to: is there a way to access the bpm user groups in an expression (ideally by name)?

Thank you,

Dominik

Hi,

No, I’m afraid you’ll have to write the Spring bean that evaluates user groups and invoke the bean method in your expression.