Interface ProcessInstanceBuilder

All Known Implementing Classes:
ProcessInstanceBuilderImpl

@Internal public interface ProcessInstanceBuilder
Helper for starting new ProcessInstance. An instance can be obtained through RuntimeService.createProcessInstanceBuilder(). processDefinitionId or processDefinitionKey should be set before calling start() to start a process instance.