See: Description
| Annotation Type | Description |
|---|---|
| BeginTask |
Marks a method as causing a jBPM
task
to be resumed. |
| CreateProcess |
Marks a method creating a jBPM
process instance
unless the method throws an exception or returns a null outcome. |
| EndTask |
Marks a method as causing a jBPM
task instance
to be ended. |
| ResumeProcess |
Marks a method as causing an existing jBPM
process instance
to be associated with the current conversation, unless the
annotated method returns a null outcome. |
| StartTask |
Marks a method as causing jBPM
task
to be started. |
| Transition |
Marks a method as causing a jBPM transition after
the method returns a non-null result without exception.
|
org.jboss.seam.bpm,
BusinessProcessCopyright © 2015 Seam Framework. All Rights Reserved.