Annotation Type ProcessVariableLocal
-
@Qualifier @Retention(RUNTIME) @Documented public @interface ProcessVariableLocal
Annotation for qualifying injection points such that local process variables are injected. Requires a process instance to be managed@Inject @ProcessVariableLocal Object accountNumber
@Inject @ProcessVariableLocal("accountNumber") Object account
- Author:
- Michael Scholz
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
value
The name of the local process variable to look up.
-