适用于 Python 的嵌入式工作流程/BPM 库?
假设您正在构建一个基于 Python 的 Web 应用程序,需要一些工作流管理,例如 jBPM 或 Windows Workflow Foundation 中的工作流管理。 Python 世界中有提供此功能的库吗?
Let's say you are building a Python-based web app that requires some workflow management such as that in jBPM or Windows Workflow Foundation. Is there a library that offers this in the Python world?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
哦,是的,吨。但其中大多数依赖于特定的框架。例如,DCWorkflow 与 Zopes CMF 集成。 rush.workflow 适用于 Zope 3 等。 SpiffWorkflow 假定 sql-alchemy 等。这是因为您需要有一些东西来应用工作流,这意味着您需要对您使用的对象做出一些基本假设。
Hurry.workflow 可能是更独立的之一,但它仍然假设您使用 Persistence 库(因此在实践中使用 ZODB)和 zope3 的安全模型。
所以你可能需要在这里扩展一下你的要求......
Oh yes, tons. But most of them depend on a specific framework. DCWorkflow is integrated with Zopes CMF, for example. hurry.workflow is for Zope 3, etc. SpiffWorkflow presumes sql-alchemy, etc. This is because you need to have something to apply the workflow to, and that means you need to make some basic assumptions on the objects you use.
Hurry.workflow is probably one of the more independent ones, but it still assumes both that you use the Persistence library (and therefore in practice ZODB), and zope3's security model.
So you probably need to expand a bit on your requirements here...
你看过这个吗? http://code.djangoproject.com/wiki/GoFlow
Have you looked at this? http://code.djangoproject.com/wiki/GoFlow
问题提出已经很久了,但也许它可以帮助那些正在这方面寻找更新工具的人。 2024 年 7 月发现的以下 3 个选项:
观察:YouTube 视频认识我们的 Python BPM | Abstra Workflows 可以帮助初步了解abstra 库。
Long time since the question was shot, but maybe it could help someone who is searching for updated tools in this regard. Below 3 options found in 2024, July:
Obs.: The YouTube video Meet our Python BPM | Abstra Workflows could help initial understanding of the abstra lib.