274275276277278279280
* 模拟提交任务 * * @param generalTaskCommand */ public ProcessInstance commandCompleteSimulationRun(GeneralTaskCommand generalTaskCommand) { return commandExecutor.execute(new CompleteGeneralTaskSimulationRunCmd(generalTaskCommand)); }