Package | Description |
---|---|
org.camunda.bpm.engine.cdi | |
org.camunda.bpm.engine.cdi.impl | |
org.camunda.bpm.engine.cdi.impl.annotation |
Class and Description |
---|
ExecutionId
Qualifier annotation for injecting the current executionId.
|
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.
|
TaskId
Qualifier annotation for injecting the current taskId.
|
Class and Description |
---|
ProcessEngineName |
Class and Description |
---|
BusinessKey
Qualifier annotation for injecting a business key:
|
CompleteTask
Annotation signaling that a task is to be completed after the annotated
method returns.
|
StartProcess
Starts a new process instance after the annotated method returns.
|
Copyright © 2015. All rights reserved.