hstdream commented on code in PR #12653:
URL:
https://github.com/apache/dolphinscheduler/pull/12653#discussion_r1011217958
##########
dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProcessDefinitionMapper.xml:
##########
@@ -172,7 +172,7 @@
FROM t_ds_process_task_relation ptr
join t_ds_process_definition pd
on ptr.process_definition_code=pd.code and
ptr.process_definition_version = pd.version
- and ptr.project_code=pd.project_code and pd.release_state = 1
+ and ptr.project_code=pd.project_code
Review Comment:
This problem only exists in 3.0.x, the code in dev is different.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]