Class CurrentProcessInstance

java.lang.Object
org.camunda.bpm.engine.cdi.CurrentProcessInstance

public class CurrentProcessInstance extends Object
Allows to access executions and tasks of a managed process instance via dependency injection. A process instance can be managed, using the BusinessProcess-bean. The producer methods provided by this class have been extracted from the BusinessProcess-bean in order to allow for specializing it.
Author:
Falko Menge