重跑工作流,业务日期${system.datetime} 没有使用原来的?? #9179
Unanswered
momomobinx
asked this question in
Q&A
Replies: 1 comment 12 replies
-
Yes, it is the timing time of the daily scheduling instance https://dolphinscheduler.apache.org/en-us/docs/latest/user_doc/guide/parameter/built-in.html |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
我重新执行一个工作流,工作流中使用了一个$ {system.datetime} 全局变量,这个全局变量不是 以前执行的时间,使用$[yyyyMMddHHmmss]也是,看了下代码,好像只有定时调度执行的 任务实例 才有调度时间,然后重跑会 使用原来的调度时间。如果是手动点开始执行的 那么任务实例就没有调度时间 ,然后在参数替换的时候就会使用一个新的时间去替换 $ [yyyyMMddHHmmss] 变量
Beta Was this translation helpful? Give feedback.
All reactions