is there any nice way to step back in an activiti workflow task?

假如想象 提交于 2019-12-24 13:21:05

问题


I am using activiti bpm engine to control my workflow. Is it posible to step back if I made mistake in chioce? if no, what should be done? Must I complete the workflow and start a new one?


回答1:


There is no such thing as 'going back' in workflow, it's well against.. the flow ;) If you wan't to give user the possibility to 'step back' you can model additional flows again to the same task which has been just completed.



来源:https://stackoverflow.com/questions/16193831/is-there-any-nice-way-to-step-back-in-an-activiti-workflow-task

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!