Class | Description |
---|---|
ExecutionIdLiteral |
Annotation Type | Description |
---|---|
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.
|
StartProcess |
Starts a new process instance after the annotated method returns.
|
TaskId |
Qualifier annotation for injecting the current taskId.
|
Copyright © 2015. All rights reserved.