82838485868788
commandExecutor.execute(new ContinueProcessInstanceCmd(processInstanceId)); } public void suspendProcessInstance(String processInstanceId) { commandExecutor.execute(new SuspendProcessInstanceCmd(processInstanceId)); }