|
PowerFolder 工作流服务器版本0.5 试驾之旅(3)(1)
2.2 SpecChange 规格变动 2.2.1 Situation 情景 A company requires approval from three departments, Automation, Manufacturing, and Quality, for every specification change to its prodUCtion system. When submitted, the specification change should immediately appear in Automation's and Manufacturing's 'Inbox's for Approval. However, the specification change should not appear in Quality's 'Inbox' until the other two departments have approved it. 对于每个产品系统的规格修改,一个公司需要得到三个部门的批准,自动化,制造和 质量。当规格修改的请求被提交时,规格修改将立即出现在自动化和制造部门的收件箱中 等待批准。然而,规格修改不应该出现在质量部门收件箱中,直到其他两个部门批准它以 后。 To simplify this example, rejecting a specification change will not be required. 为了简化这个例子,不需要否决一个规格。(例子中没有考虑这种情况) 2.2.2 Preparation准备 2.2.2.1 Overview 1) If the PowerFolder Server has not been started, start it now. 如果PowerFolder服务器没有启动,那么启动它。 2) Log into the PowerFolder Console 登录进入PowerFolder控制台. 3) Undeploy all scripts and web pages 卸载所有脚本和页面. 4) Deploy the following script and web pages. 发布下面的脚本和页面 Script: 脚本 - SpecChange Web Pages: 页面 - AutomationAppr - AutomationView - Login - ManufactAppr - ManufactView - QualityAppr - QualityView - SubmitResponse 2.2.2.2 How-To怎样做 - Starting the PowerFolder Server. If you configured environment variable 'Java_HOME' during installation, just double-click 'run_with_tomcat.bat' in Windows EXPlorer. Otherwise, open a command console and make sure the environment variable 'Java_HOME' is set to base directory of the Java installation. Start the PowerFolder server by going to the directory then go
|