Annotation Interface ProcessVariableParam


@Target(TYPE) @Retention(RUNTIME) public @interface ProcessVariableParam
Annotation for process variable parameters. Should be used in conjunction with ProcessVariable.
See Also:
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
     
  • Element Details

    • key

      String key
      Returns:
      the name of parameter
      Default:
      ""
    • value

      String value
      Returns:
      the value of parameter
      Default:
      ""