Annotation Type StartProcess
-
@InterceptorBinding @Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface StartProcessStarts a new process instance after the annotated method returns. The process instance is subsequently managed. Each process variable set throughBusinessProcess.setVariable(String, Object)within this conversation is flushed to the process instance at process instantiation. The same is true for instances ofBusinessProcessScopedbeans.- Author:
- Daniel Meyer
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringvalueThe key of the process definition to start, as provided in the 'id' attribute of a bpmn20.xml process definition.
-