@Override
public ProcessInstance createProcessInstance(String processId,
CorrelationKey correlationKey, Map<String, Object> parameters) {
return this.commandService.execute(
new CreateCorrelatedProcessInstanceCommand(processId, correlationKey, parameters));
}