Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Finally start again the Java EE container and watch the log files to check for any error.

User workflow definition

The user workflow must be updated: in the XML definition, replace any occurrence like as follows:

Code Block
flowable:expression="#{create.execute(execution.processInstanceId)}"

with

Code Block
flowable:delegateExpression="${create}"