zhongjiajie commented on a change in pull request #7783:
URL: https://github.com/apache/dolphinscheduler/pull/7783#discussion_r778643905
##########
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 add property condition_result getter and setter in 169dd13, PTAL,
thanks
--
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]