We can add a new concept: breakpoint. There will be 2 types of breakpoint, temporary & permanent. Temporary breakpoint will block a task instance or process instance, permanent will block the task or process. -------------------------------------------------------------------------------------------------------------------- 临时断点,永久断点。临时断点只暂停当前任务或流程、子流程,永久断点,停止与任务、流程相关的所有实例。
From: 黄智远 <[email protected]> Date: Monday, July 5, 2021 at 23:35 To: [email protected] <[email protected]> Subject: About Adding Blocking Task This is a new feature, let me make a brief introduction. Normally, we execute the whole workflow from start to the end. But sometimes, we want to pause the workflow to check the intermediate result. If correct, execution process continue. If not, pause the workflow and inform someone to solve it. So, I propose blocking task. The aim of blocking task is to pause the execution process properly based on user settings. Now, I come up with two solutions: Solution I: Modify current node to support this feature. Solution II: Add a new type of node. I want to know which solution is more appropriate. If you interested in this feature, you can follow this link to learn more about blocking task and my solutions. Best Regards =================== Stay Hungry, Stay Foolish Martin Huang [email protected] Sent with a Spark ===================
