如何释放已领取的任务?
我正在使用 BPMN 工作流程将任务分配给受让人。 如何发布(向后)任务,以便在分配之前可供先前的候选人使用?
http://www.activiti.org/userguide/index.html#bpmnFirstExampleCode
I'm using BPMN workflow to assign a task to an assignee.
How do I release (backward) the task so it will be available for previous candidate before it was assigned?
http://www.activiti.org/userguide/index.html#bpmnFirstExampleCode
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将任务受让人设置为
null
将完成这项工作:另请参阅此 论坛帖子。
Setting the task assignee to
null
will do the job:See also this forum post.