org.camunda.bpm.engine.spring.annotations
Annotation Type ProcessVariable


@Target(value=PARAMETER)
@Retention(value=RUNTIME)
@Documented
public @interface ProcessVariable

Annotation used on method signatures to tell the runtime to inject the current process' process variables as a java.util.Map.

Since:
1.0
Author:
Josh Long

Optional Element Summary
 String value
          Expression for matching against nested properties of the payload.
 

value

public abstract String value
Expression for matching against nested properties of the payload.

Default:
""


Copyright © 2016 camunda services GmbH. All rights reserved.