292293294295296297298299300301302
throw new WorkflowRuntimeException("Error stopping previous workflow Execution"); } } } this.window = new DynamicWorkflowRunnerWindow(engine); this.window.show(); } }; menuItem.addActionListener(action); menuItem.setEnabled(false);
323324325326327328329330331332333