You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/05/27 13:18:43 UTC

[GitHub] [dolphinscheduler] geosmart commented on a diff in pull request #6185: [Feature-#6268][server-master] Serial execte process

geosmart commented on code in PR #6185:
URL: https://github.com/apache/dolphinscheduler/pull/6185#discussion_r883607043


##########
dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProcessInstanceMapMapper.xml:
##########
@@ -19,7 +19,7 @@
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
 <mapper namespace="org.apache.dolphinscheduler.dao.mapper.ProcessInstanceMapMapper">
     <sql id="baseSql">
-        id, parent_process_instance_id, parent_task_instance_id, process_instance_id
+        id, parent_process_instance_id, parent_task_instance_id, process_instance_id,next_process_instance_id

Review Comment:
   does this fixed?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org