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