Package org.jboss.seam.annotations.bpm

Annotations for controlling the business process and business process context.

See:
          Description

Annotation Types Summary
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.
 

Package org.jboss.seam.annotations.bpm Description

Annotations for controlling the business process and business process context.

See Also:
org.jboss.seam.bpm, BusinessProcess