|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@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. |
public abstract String processIdParameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |