@InterceptorBinding @Retention(value=RUNTIME) @Target(value={METHOD,TYPE}) public @interface StartProcess
Each process variable set through BusinessProcess.setVariable(String, Object) within this conversation is flushed to the process instance at process instantiation. The same is true for
instances of BusinessProcessScoped beans.
| Modifier and Type | Optional Element and Description |
|---|---|
String |
name
The name of the process definition to start, as provided in the 'name' attribute of a bpmn20.xml process definition.
|
String |
value
The key of the process definition to start, as provided in the 'id' attribute of a bpmn20.xml process definition.
|
public abstract String value
public abstract String name
Copyright © 2023 Flowable. All rights reserved.