Search before asking
Problem Description
Add a new date variable to enable the task to obtain the hour of the scheduled time
Description
| Variable name |
illustrate |
example |
| run_today_h |
Indicates the hour when the workflow is currently started |
2022051915 |
| run_today_h_std |
Represents the hour standardized format currently invoked by the workflow |
2022-05-19 15 |
Application Scenario
-
Datachekcer performs database table checks

-
Sendmail email header

-
Batch scheduling after publishing to schedulis
Use case
No response
solutions
- Reuse variables from Linkis to replace the VariableUtils class for unified variable replacement. We need to synchronize and modify on the linkis side.
- The workflow nodes of DSS, such as DataCheck SendEmail, need to support this variable.
- Synchronize modifications to the schedulis plugin jobType.
Anything else
No response
Are you willing to submit a PR?