533534535536537538539
@Override public ProcessInstance startProcess(String processId, CorrelationKey correlationKey, Map<String, Object> parameters) { return this.commandService.execute(new StartCorrelatedProcessCommand(processId, correlationKey, parameters)); }
517518519520521522523
512513514515516517518
500501502503504505506
532533534535536537538
513514515516517518519