如何将 Signavio 中的流程部署到 jBPM 中?
我已经安装了 jBPM 4.4,它看起来很整洁。我使用 Signavio 编辑了一个小示例流程,我想将其部署在演示服务器 (ant demo.setup.jboss
) 上,以便我可以了解它是如何工作的。但我不知道该怎么做。
我觉得我错过了一些明显的东西...
.jpdl.xml
文件是非常基本的部署所需的全部吗?是否有教程详细介绍定义流程和部署流程的每一步?
谢谢!
I've installed jBPM 4.4 and it looks neat. I've edited a little example process using Signavio, and I'd like to deploy it on the demo server (ant demo.setup.jboss
) so that I can see how it works. But I can't figure out how to do that.
I feel like I'm missing something obvious...
Is the .jpdl.xml
file all you need for a very basic deployment? Is there a tutorial going through every step of defining a process and deploying it?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过设置
fileSystemRootDirectory
上下文参数来指定signavio在web.xml目录中存储文件的路径。然后使用 jbpm-console 从同一目录部署流程you can specify the path where signavio stores the files in the web.xml directory by setting the
fileSystemRootDirectory
context-param. Then use the jbpm-console to deploy the process from the same directory