org.jboss.seam.annotations
Annotation Type ResumeProcess


@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface ResumeProcess

Marks a method as causing jBPM process to be resumed. Essentially this simply re-associates the jBPM ContextInstance with the current BusinessProcessContext.


Optional Element Summary
 String processIdParameter
          The name of the request parameter under which we should locate the the id of process to be resumed.
 

processIdParameter

public abstract String processIdParameter
The name of the request parameter under which we should locate the the id of process to be resumed.

Default:
"processId"