org.camunda.bpm.engine.cdi.annotation
Annotation Type ProcessVariableLocal


@Qualifier
@Retention(value=RUNTIME)
@Documented
public @interface ProcessVariableLocal

Annotation for qualifying injection points such that local process variables are injected. Requires a process instance to be managed

In both cases, the local process variable with the name 'accountNumber' is injected. NOTE: injection points must be of type 'object'.

Author:
Michael Scholz

Optional Element Summary
 String value
          The name of the local process variable to look up.
 

value

public abstract String value
The name of the local process variable to look up. Defaults to the name of the annotated field or parameter

Default:
""


Copyright © 2017 camunda services GmbH. All rights reserved.