【发布时间】:2015-03-02 05:33:20
【问题描述】:
我正在尝试使用 jbpm 工作台开发用户注册流程。以下是我想做的步骤。
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 步需要设计表单,该表单应该有验证按钮,所以当用户输入验证码并单击验证按钮时,应该立即验证并响应。 那么如何设计表单中的按钮。在运行实例时,除了保存、释放、完成按钮之外,我没有在表单中看到任何提示。
我们如何设计带有按钮的人工任务?
【问题讨论】:
标签: jbpm business-process-management bpmn