网路冷眼@BlogJava

熙熙攘攘一闲人 以冷静的眼光观察技术
posts - 88, comments - 193, trackbacks - 0, articles - 28
  BlogJava :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理

Chapter 12. Activiti Modeler(Activiti建模器)

Table of Contents

Changing the location of the process model repository(变更流程模型仓库的位置)
Changing the host of the Modeler(变更建模器的主机)

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)是一个用来仅在浏览器里面以图形化编辑BPMN 2.0流程的,基于Web的流程编辑器。通过服务器流程文件存在文件系统,所以很容易对它们进行访问,并无忧输入到任何JavaIDE里面。

Bugs and issues can be reported on the Signavio core components issue tracker.

可以将缺陷和问题报告到Signavio core components issue tracker.

The Activiti Modeler is automatically installed during the demo setup.

demo setup过程中自动安装Activiti Modeler。

activiti-modeler

Changing the location of the process model repository(变更流程模型仓库的位置)

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.

在运行演示创建的过程之后,流程XML文件将会保存在apps/activiti-model-repository文件夹。通过变更在(exploded)activiti-modeler.war/WEB-INF/classes/configuration.properties文件里的 fileSystemRootDirectory 属性,来切换基于文件的仓库位置。

Changing the host of the Modeler(变更建模器的主机)

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.

在运行演示创建之后,将只能从localhost地址访问Activiti Modeler。当你想变更Modeler的主机,例如,在一个服务器上集中运行。那么,请你变更在(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

评论

# re: Activiti User Guide(Activiti用户指南)-Chapter 12. Activiti Modeler(Activiti建模器)  回复  更多评论   

2011-04-26 16:32 by 志成
Signavio 这个web流程设计器能画流程图,但怎么在Signavio 上指定,每个任务的表单呀,又如何与后台的处理程序结合呀?

只有注册用户登录后才能发表评论。


网站导航: