JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
org.camunda.bpm.engine.spring.annotations
Annotation Interface ProcessVariables
@Target
(
PARAMETER
)
@Retention
(
RUNTIME
)
@Documented
public @interface
ProcessVariables
Annotation used on method signatures to tell the runtime to inject the current process' process variables as a
Map
<
String
,
Object
>
.
Since:
1.0
Author:
Josh Long