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


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

Annotation for qualifying injection points such that process variables are injected. Instead of a normal Java Object a TypedValue will be returned.

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

Since:
7.3
Author:
Michael Scholz

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

value

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

Default:
""


Copyright © 2016 camunda services GmbH. All rights reserved.