Resume some nodes of workflow
2016-10-10 10:39:49 0 举报
恢复工作流程中的某些节点是指在工作流执行过程中,由于某些原因导致流程暂停或中断后,重新激活并继续执行未完成的任务。这可以包括重新分配任务、重新启动已暂停的进程或恢复已保存的数据。通过恢复工作流程中的节点,可以确保业务流程的连续性和一致性,避免因中断而导致的数据丢失或错误。此外,恢复工作流程还可以提高工作效率,减少重复劳动,使团队能够更快地完成任务。总之,恢复工作流程中的某些节点是一种重要的管理策略,有助于确保业务流程的顺利进行。
作者其他创作
大纲/内容
Continuously to run from this node until reach another 'Suspended' node or has no run-able child nodes
Any nodes run failed
T
Update workflow instance's status to 'Succeed'
Exist another 'Suspended' nodes ?
F
Update workflow instance's status to 'Failed'
Update workflow instance's status to 'Running' in workflow_instance_entity
Update workflow instance's status to 'Partitial Running' in workflow_instance_entity
Select a 'Suspended' node and click resume button
Select a workflow instance on UI
Update workflow instance's status to 'Suspended'
Exist another 'Suspended' nodes ?
收藏
收藏
0 条评论
下一页