|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface CreateProcess
Marks a method creating a jBPM process
so long as the method does not throw an exception.
Required Element Summary | |
---|---|
String |
definition
The name of the ProcessDefinition from which
to create the ProcessInstance |
Element Detail |
---|
public abstract String definition
ProcessDefinition
from which
to create the ProcessInstance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |