In configuration instructions here:https://dolphinscheduler.apache.org/zh-cn/docs/latest/user_doc/system-manual.html
8.1 System parameters
${system.biz.date} The day before the scheduled time of the daily scheduling instance, the format is yyyyMMdd, when the data is supplemented, the date is +1
Steps to reproduce the behavior, for example: I have two workflows ODS_01 and DWD_01,Dwd_01 depends on ODS_01. Today, ODS_01 was executed through the daily scheduling instance (scheduleTime is 2021-08-12 03:00:00), but DWD_01 was not executed. I started DWD_01 through the data complement task, and the scheduleTime is 2021-08-11 03:00:00. Because their dates were inconsistent, DWD_01 could not find the successful ODS_01 instance when checking whether the pre-dependent was completed, because it use the scheduleTime is 2021-08-11 03:00:00 to found ODS_01 rather than 2021-08-12 03:00:00. So it's been impossible to execute.
Any reply would be appreciated.