适用于 Python 的嵌入式工作流程/BPM 库?

发布于 2024-08-05 22:56:54 字数 114 浏览 4 评论 0原文

假设您正在构建一个基于 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

怀里藏娇 2024-08-12 22:56:54

哦,是的,吨。但其中大多数依赖于特定的框架。例如,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...

是你 2024-08-12 22:56:54

问题提出已经很久了,但也许它可以帮助那些正在这方面寻找更新工具的人。 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文