Interface ProcessStarter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.camunda.bpm.engine.runtime.ProcessInstance start()
      Method to be implemented with custom code to start a process instance.
    • Method Detail

      • start

        org.camunda.bpm.engine.runtime.ProcessInstance start()
        Method to be implemented with custom code to start a process instance.
        Returns:
        a new process instance started by custom code