55565758596061
public PvmServiceImpl(CommandService commandService) { this.commandService = commandService; } public void deploy(ProcessDefinition processDefinition) { commandService.execute(new Deploy(processDefinition)); }