如何在 jbpm 4.4 中使用任务和状态
我正在尝试使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
正如@Rodrigo 所提到的,需要使用 Task 元素。这回答了问题。
As @Rodrigo has mentioned, need to use Task element. This answers the question.