我们如何在jbpm中为人工任务和动作添加按钮?

时间:2015-03-02 05:33:20

标签: jbpm bpm bpmn

我正在尝试使用jbpm workbench开发用户注册过程。以下是我想要做的步骤。

1.User will fill the details
2.The filled details are stored in separate db using the custom work item handler.
3.Email will generated to the user who filled the form with verification code.
4.User task – to confirm the verification code. - pending
5.If verification code is matched then message will be shown and the database table will be updated as it is verified. - pending
6.Then the registration process ends.
第4步& 5正在等待中。因为步骤4需要使用表单设计,其中该表单应具有验证按钮,当用户输入验证码并单击theverify按钮时应立即验证并响应。 那么如何在表单中设计按钮。在运行实例时,除了保存,发布,完整按钮之外,我在表单中看不到任何浮标。

我们如何使用按钮设计人工任务?

1 个答案:

答案 0 :(得分:0)

在工作台中使用表单时,它目前始终显示下面的完整按钮。但是,您可以使用确认复选框,而不是使用确认按钮,该复选框可以与完整按钮结合使用。