Annotation Type 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 aMap
.- Since:
- 1.0
- Author:
- Josh Long
-
-
Element Detail
-
value
String value
Expression for matching against nested properties of the payload.- Default:
- ""
-
-