Activiti User Guide(Activiti用戶指南)-Chapter 12. Activiti Modeler(Activiti建模器)
Posted on 2010-11-28 19:16 網(wǎng)路冷眼@BlogJava 閱讀(1527) 評(píng)論(1) 編輯 收藏 所屬分類: BPMChapter 12. Activiti Modeler(Activiti建模器)
Table of Contents
- Changing the location of the process model repository(變更流程模型倉(cāng)庫(kù)的位置)
- Changing the host of the Modeler(變更建模器的主機(jī))
The Activiti Modeler is a web based process editor that can be used to author BPMN 2.0 process graphically using nothing more then a browser. The process files are stored by the server on a the file system, such that they are easily accessible and can be imported without hassles into any Java IDE.
Activiti建模器(Activiti Modeler)是一個(gè)用來(lái)僅在瀏覽器里面以圖形化編輯BPMN 2.0流程的,基于Web的流程編輯器。通過服務(wù)器流程文件存在文件系統(tǒng),所以很容易對(duì)它們進(jìn)行訪問,并無(wú)憂輸入到任何JavaIDE里面。
Bugs and issues can be reported on the Signavio core components issue tracker.
可以將缺陷和問題報(bào)告到Signavio core components issue tracker.
The Activiti Modeler is automatically installed during the demo setup.
在demo setup過程中自動(dòng)安裝Activiti Modeler。
Changing the location of the process model repository(變更流程模型倉(cāng)庫(kù)的位置)
After running the demo setup, process XML files are stored in the apps/activiti-model-repository folder. The location of the file-based repository can be switched by changing the fileSystemRootDirectory property in the (exploded)activiti-modeler.war/WEB-INF/classes/configuration.properties file.
在運(yùn)行演示創(chuàng)建的過程之后,流程XML文件將會(huì)保存在apps/activiti-model-repository文件夾。通過變更在(exploded)activiti-modeler.war/WEB-INF/classes/configuration.properties文件里的 fileSystemRootDirectory 屬性,來(lái)切換基于文件的倉(cāng)庫(kù)位置。
Changing the host of the Modeler(變更建模器的主機(jī))
After running the demo setup, the Activiti Modeler will accessible only on the localhost address. When you want to change the host of the Modeler, e.g. to run it centrally on a server, change the host property in the (exploded)activiti-modeler.war/WEB-INF/classes/configuration.properties file.
在運(yùn)行演示創(chuàng)建之后,將只能從localhost地址訪問Activiti Modeler。當(dāng)你想變更Modeler的主機(jī),例如,在一個(gè)服務(wù)器上集中運(yùn)行。那么,請(qǐng)你變更在(exploded)activiti-modeler.war/WEB-INF/classes/configuration.properties 文件的host屬性。
> cat configuration.properties host = http://192.168.1.101:8080 fileSystemRootDirectory = /Users/jbarrez/Development/model-repo