Annotation Interface ProcessVariable


@Target(PARAMETER) @Retention(RUNTIME) @Documented public @interface ProcessVariable
Annotation used on method signatures to tell the runtime to inject the current process' process variables as a Map<String,Object>.
Since:
1.0
Author:
Josh Long
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Expression for matching against nested properties of the payload.
  • Element Details

    • value

      String value
      Expression for matching against nested properties of the payload.
      Default:
      ""