LourierL commented on issue #17534:
URL:
https://github.com/apache/dolphinscheduler/issues/17534#issuecomment-3342714835
@SbloodyS
this bug I reproduce in my local env, in workflow of a->b->c which a has
global param $A and b has global param $B, workflow c can only accept $A
without $B.
and I find it happens in SubWorkflowLogicTask.triggerNewSubWorkflow() which
sub workflow only copy parent params without adding its own global param into
it. the code which this bug happen in line 236-237
`
// todo: transport varpool and local params
.startParamList(commandParam.getCommandParams())
`
I fix it in my local env, can I pull a request to fix it.
--
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]