PHP 中的状态工作流引擎?

发布于 2024-12-04 12:43:28 字数 89 浏览 4 评论 0原文

有人知道 PHP 中的一些全状态工作流引擎吗?我说的是那种也称为以文档为中心(面向)或以内容为中心(面向)的类型。 ezC 等都是基于活动的,我不是在寻找流程建模!

Anyone knows some state-full work-flow engine in PHP ? I'm talking about the kind also known as document-centric (oriented) or content-centric (oriented). ezC and the like are all activity based and I'm not looking for process modeling !

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

玩物 2024-12-11 12:43:28

Sebastian Bergmann 关于 ezC 和工作流引擎的论文第 43 页对您有帮助吗?那里可能有一些替代方案。

http://sebastian-bergmann.de/publications/bergmann-WorkflowEngine-DiplomaThesis.pdf

Does page 43 of Sebastian Bergmann's thesis on ezC and workflow engines help you? There may be some alternative there.

http://sebastian-bergmann.de/publications/bergmann-WorkflowEngine-DiplomaThesis.pdf

夜司空 2024-12-11 12:43:28

在使用 ezc 和 FSM PEAR 包工作了一段时间后,我决定自己做。到目前为止,一切都很好 :)

After working for a while with ezc and FSM PEAR package, I decided to do it myself. So far, so good :)

三生殊途 2024-12-11 12:43:28

formapro/pvm 可以在没有持久性存储的情况下使用,也可以在有持久性存储的情况下使用。有一个开箱即用的 mongo 存储支持。

formatapro/pvm 还支持并行任务执行(如果配置)。要使用它,您需要安装和配置持久存储和消息队列库。

formapro/pvm could be used without persistence storage and with it. There is a mongo storage supported out of the box.

The formapro/pvm also supports parallel task execution (if configured). To use it you need both persistent storage and a message queue library installed and configured.

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