org.jboss.seam.annotations
Annotation Type CreateProcess


@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

definition

public abstract String definition
The name of the ProcessDefinition from which to create the ProcessInstance