# demo37 **Repository Path**: FlowableDemo/demo37 ## Basic Information - **Project Name**: demo37 - **Description**: 在demo36基础上,增加功能:添加多节点,并让流程继续往下运行 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-01-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ------ 环境: [jkd8+]() [mysql5.6+]() ## 一、[添加多个节点详见demo36](https://gitee.com/FlowableDemo/demo36) ## 二、流程继续执行 **在AddNode.addMulitiNode增加了节点跳转** ``` //用户节点从当然任务跳转到指定节点 if (isFire) { managementService.executeCommand(new CustomCommonJumpCmd(taskId, targetNodeId)); } ``` ## 三、实践测试 - 运行addManyNodeAndContinue,在user-b和user-c之间添加临时节点:user-d,user-e,user-f,并保存到临时表,同时流程跳转到user-d - 运行complete,依次完成任务