工作流引擎

发布于 2024-09-09 03:24:24 字数 77 浏览 2 评论 0原文

我对工作流引擎的工作原理以及如何开发它还不熟悉;我有一个 LMS(学习管理服务)网站。我需要一个动态的工作流程。关于如何开发它有什么建议吗?

I am new to workflow engine how it work and how I can develop it; I have A LMS (Learning management Service) site. I need to have a dynamic workflow. Any suggestions on how I can develop it?

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

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

发布评论

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

评论(2

勿忘初心 2024-09-16 03:24:24

看看 ezComponent 的工作流程引擎

工作流组件提供了一个虚拟机,该虚拟机执行通过对象图表示的工作流。这些对象图可以通过软件组件的工作流定义 API 以编程方式创建。或者,可以从 XML 文件加载工作流定义。对象图和 XML 文件是工作流定义的两种不同表示形式,它们使用基于工作流模式构建的后端语言。

它有大量的文档。

或者您可以查看Sebastian Bergmann 关于工作流引擎的文凭论文这涵盖了该部分的实质学术细节。

Have a look at ezComponent' Workflow Engine:

The Workflow component provides a virtual machine that executes workflows represented through object graphs. These object graphs can be created programmatically through the software component's Workflow Definition API. Alternatively, a workflow definition can be loaded from an XML file. Object graph and XML file are two different representations of a workflow definition that uses a backend language built on the workflow patterns.

It has extensive documentation.

Or you can have a look at Sebastian Bergmann's Diploma Thesis about Workflow Engines that covers the nitty gritty academic details that went into said component.

七色彩虹 2024-09-16 03:24:24

快速想出一个可能并不是一件容易的事。也许您可以尝试一些开源/免费引擎,看看是否符合您的要求。

看看这个:
http://java-source.net/open-source/workflow-engines

阅读有关它们的信息,选择其中一个进行初始测试将是一个艰难的选择。但事情就是这样,至少你的工作已经保存下来,现在你可以选择其中一个适合你的要求的了!

It may not be very easy to come up with one very quickly. probably you can try some open source/free engines, and see if that fits your requirement.

Have a look at this:
http://java-source.net/open-source/workflow-engines

Reading about them, selecting one of them to do initial trails will be a difficult choice. but that's how things are, atleast your work of coming up with one saved, now it's up to you to choose one of these appropriate to your requirement!

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