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


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

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



Copyright © 2016 camunda services GmbH. All rights reserved.