I have checked in flowable rest API but I have not found any rest call which can I use to set skip expression of the task.

I have also checked in the API documentation of flowable but unable to find a way to set skip expression dynamically using java code.

If any have any idea how can we set skip expression of flowable task dynamically using java code or any other dynamic way without setting skip expression for the flowable modeler.

The flowable version is: 6.4.1

1

There are 1 best solutions below

1
On BEST ANSWER

In order for the flowable:skipExpression from the BPMN XML to be used the process instance needs to have a variable named _FLOWABLE_SKIP_EXPRESSION_ENABLED with the value of true