Hello everyone,
I’m new to Flowable. I’m using flowable-ui to design a simple approval workflow.
I need to run a servicetask, if a usertask is not completed on time, and then return to the same usertask.
I am trying to use a “not-interrupting boundary (timer) events” but I don’t know if this is the right way.
In addition after my serviceTask is invoked I get an error because it fails to invoke the configured JavaDelegate but if I invoke the same JavaDelegate before the boundary timer events everything works properly.
Here is the error:
ltAsyncRunnableExecutionExceptionHandler : Job 37548 failed
org.flowable.common.engine.api.FlowableException: Unknown property used in expression: ${xxxxxxxxxxxx}
at org.flowable.common.engine.impl.el.JuelExpression.getValue(JuelExpression.java:54) ~[flowable-engine-common-6.7.2.jar:6.7.2]
Thanks in advance