org.jboss.seam.annotations.bpm |
Annotations for controlling the business process
and business process context. |
Java Source File Name | Type | Comment |
BeginTask.java | Annotation | Marks a method as causing a jBPM
org.jbpm.taskmgmt.exe.TaskInstance task to be resumed. |
CreateProcess.java | Annotation | Marks a method creating a jBPM
org.jbpm.graph.exe.ProcessInstance process instance unless the method throws an exception or returns a null outcome. |
EndTask.java | Annotation | Marks a method as causing a jBPM
org.jbpm.taskmgmt.exe.TaskInstance task instance to be ended. |
package-info.java | | |
ResumeProcess.java | Annotation | Marks a method as causing an existing jBPM
org.jbpm.graph.exe.ProcessInstance process instance to be associated with the current conversation, unless the
annotated method returns a null outcome. |
StartTask.java | Annotation | Marks a method as causing jBPM
org.jbpm.taskmgmt.exe.TaskInstance task to be started. |
Transition.java | Annotation | Marks a method as causing a jBPM transition after
the method returns a non-null result without exception. |