You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the issues and found no similar issues.
What happened
SubWorkflowLogicTask.triggerNewSubWorkflow only use WorkflowManualTriggerRequest to build request, the sub-workflow instance's scheduleTime param will be missing in schedule run.
may use WorkflowScheduleTriggerRequest when the parent workflow instance's scheduleTime is not null ?
How to reproduce
schedule or complement run a workflow with sub process, which with dependent node (the DependentAsyncTaskExecuteFunction will got a wrong dependentDate)
reele
changed the title
[Bug] [SubWorkflowLogicTask] missing scheduleTime param in schedule or run complement in sub-workflow
[Bug] [SubWorkflowLogicTask] missing scheduleTime param during schedule or run complement in sub-workflow
Nov 5, 2024
Search before asking
What happened
SubWorkflowLogicTask.triggerNewSubWorkflow
only useWorkflowManualTriggerRequest
to build request, the sub-workflow instance'sscheduleTime
param will be missing in schedule run.dolphinscheduler/dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/task/subworkflow/SubWorkflowLogicTask.java
Lines 175 to 206 in 0719949
What you expected to happen
may use
WorkflowScheduleTriggerRequest
when the parent workflow instance'sscheduleTime
is not null ?How to reproduce
schedule or complement run a workflow with sub process, which with dependent node (the
DependentAsyncTaskExecuteFunction
will got a wrongdependentDate
)Anything else
No response
Version
dev
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: