Information Technology Reference
In-Depth Information
public Object getVariable(String name) { ... }
}
After its creation, the engine calls the start() method of ProcessInstance . This
method seeks StartNode of the process and triggers it. Depending on the execution of
the path and how different nodes connect between each other, other nodes will get
triggered until they reach a safe state where the execution of the process is completed or
awaiting external data.
You can access the internal parameters that the process instance has through the
getVariable and setVariable methods. They provide local information from the
particular process instance scope.
Search WWH ::




Custom Search