Package org.camunda.bpm.scenario.run
Interface ProcessStarter
-
public interface ProcessStarter- Author:
- Martin Schimak
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.camunda.bpm.engine.runtime.ProcessInstancestart()Method to be implemented with custom code to start a process instance.
-