如何在 jbpm 4.4 中使用任务和状态

发布于 2024-11-06 15:12:30 字数 315 浏览 1 评论 0原文

我正在尝试使用 jbpm 4.4 作为工作流解决方案,其中 UI 由 Web 应用程序提供。 在这里,我试图将某个任务分配给用户,并期望他/她对其执行某些操作...

例如“批准”,“拒绝”和“批准并附评论”..

所有这些操作都需要有单独的操作加工。

我无法理解的是, 我应该使用任务元素:

OR 状态(等待状态)元素:

我的想法是,我将让用户单击 jsp 页面中的“批准”、“拒绝”和“带备注批准”按钮,并且我想通过 jbpm API 将其传达给流程引擎。

需要一些帮助/指示。

TIA

I am trying to use jbpm 4.4 for a workflow solution where, the UI is provided by a web application.
Here I am trying to assign a certain task to a user and expect him/her to perform certain action on it...

like "Approve", "Reject" and "Approve with remarks"..

All of these actions need to have separate processing.

What I am not able to understand is,
should I use a task element :

OR a state (wait state) element:

Idea is, I will let the user click on the "Approve", "Reject" and "Approve with remarks" buttons in an jsp page and I want to convey this to the process engine, through jbpm APIs.

Need some help/pointers on this.

TIA

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

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

发布评论

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

评论(1

诗酒趁年少 2024-11-13 15:12:30

正如@Rodrigo 所提到的,需要使用 Task 元素。这回答了问题。

As @Rodrigo has mentioned, need to use Task element. This answers the question.

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