Custom Conditional Expression

Hi,
Is there a way where I can use Java beans to evaluate the conditional expression that take the flow from one service task to another.

For eg : If I have a process A that is connected to B via a sequence flow with conditions, I want to evaluate these conditions using Java for more complex conditions

Hey @Saurabh,

Yes you can use java for more complex conditions. E.g. in the conditions you can use expressions and beans. e.g. ${myCustomService.evaluateComplexCondition(var1, var2, execution, ...)}.

Hope this helps,
Filip