sdhzwc commented on code in PR #16715:
URL:
https://github.com/apache/dolphinscheduler/pull/16715#discussion_r1809781436
##########
dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/expand/CuringParamsServiceImpl.java:
##########
@@ -276,7 +279,8 @@ public Map<String, Property>
paramParsingPreparation(@NonNull TaskInstance taskI
*/
private Map<String, String> setBuiltInParamsMap(@NonNull TaskInstance
taskInstance,
WorkflowInstance
workflowInstance,
- String timeZone) {
+ String timeZone,
Review Comment:
> Using Project rather than WorkflowDefinition here.

Add in workflowInstance, so how about this
--
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]