Radeity commented on code in PR #12197:
URL:
https://github.com/apache/dolphinscheduler/pull/12197#discussion_r1006419589
##########
dolphinscheduler-task-plugin/dolphinscheduler-task-api/src/main/java/org/apache/dolphinscheduler/plugin/task/api/TaskExecutionContext.java:
##########
@@ -81,6 +81,11 @@ public class TaskExecutionContext implements Serializable {
*/
private String logPath;
+ /**
+ * applicationId path
+ */
+ private String appInfoPath;
Review Comment:
@caishunfeng
You're right, no need, but it just seems more clear. Personally, I prefer to
keep it, WDYT?
--
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]