zhongjiajie commented on a change in pull request #7783:
URL: https://github.com/apache/dolphinscheduler/pull/7783#discussion_r778503160
##########
File path:
dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/tasks/condition.py
##########
@@ -182,4 +201,5 @@ def task_params(self, camel_attr: bool = True, custom_attr:
set = None) -> Dict:
"""
params = super().task_params
params["dependence"] = self.condition.get_define()
+ params["conditionResult"] = self.condition_result
Review comment:
I would try whether it work when I add setter in class `Task` attribute
`condition_result`
--
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]