|
Annotation Types Summary |
| BusinessKey |
Qualifier annotation for injecting a business key: |
| BusinessProcessScoped |
Declare a bean to be BusinessProcessScoped. |
| CompleteTask |
Annotation signaling that a task is to be completed after the annotated
method returns. |
| ExecutionId |
Qualifier annotation for injecting the current executionId. |
| ProcessEngineName |
|
| ProcessInstanceId |
Qualifier annotation for injecting the id of the current process instance. |
| ProcessVariable |
Annotation for qualifying injection points such that process variables are
injected. |
| ProcessVariableLocal |
Annotation for qualifying injection points such that local process variables are
injected. |
| ProcessVariableLocalTyped |
Annotation for qualifying injection points such that local process variables are
injected. |
| ProcessVariableTyped |
Annotation for qualifying injection points such that process variables are
injected. |
| StartProcess |
Starts a new process instance after the annotated method returns. |
| TaskId |
Qualifier annotation for injecting the current taskId. |