| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface BeginTask
Marks a method as causing jBPM task
 to be resumed. The jBPM ContextInstance 
 is associated with the BUSINESS_PROCESS scope and the 
 TaskInstance is associated with a new
 conversation.
 
BeginTask and StartTask have effect
 before invocation of the intercepted method in that they are both
 about setting up appropriate ContextInstance
 for the current BusinessProcessContext.
| Optional Element Summary | |
|---|---|
|  String | idAn EL expression for the conversation id. | 
|  String | pageflowThe name of the jBPM process definition defining the page flow for this conversation. | 
|  String | taskIdParameterThe name of the request parameter under which we should locate the the id of task to be resumed. | 
public abstract String taskIdParameter
public abstract String pageflow
public abstract String id
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||