Using Java transitions

Convert an existing transition to a Java transition. Create a custom class using Java condition code specified in the workflow.

  • Method signature should be public static boolean <methodname>(<argument list>) .
  • Method overloading is *not* supported.
  • Methods can be reused – the same method can be called for multiple transitions if condition code is the same.
  • Method argument should be an Object. For primitives use wrapper classes.