Triggering at Specified Time
Cloud Development Workflow supports triggering a workflow by configuring triggers at specified times.
Configuration Item Description
Enabled
Whether this trigger method is enabled. If disabled, the workflow will not be triggered at the specified time according to the configuration.
Recurrence Type
Triggers at specified times, supporting configuration as either a one-time
trigger or a recurring trigger.
When one-time
trigger is selected, choose the date and time to trigger the workflow in the execution time field. The workflow will be triggered for execution once the specified date and time is reached.
The specified date and time must be later than the current local time; otherwise, the workflow will not be triggered.
When selecting a recurring trigger, you can choose from minutely
, hourly
, daily
, weekly
, or monthly
.
For minute-based triggering: specify the minute interval, which can be set to every 15, 30, 45, or 60 minutes. The current minimum interval is 15 minutes. For hour-based triggering: specify the hour interval, which can be set to every 1 to 24 hours. For daily triggering: supports triggering at a specified time every 1 to 30 days. For weekly triggering: supports triggering every 1 to 111 weeks, specifying the day of the week and the time. For monthly triggering: supports triggering every 1 to 12 months, specifying the day of the month and the time.
When selecting a recurring trigger, you can set a validity period. The recurring trigger will be active during the validity period. After the validity period expires, the recurring trigger will no longer trigger the workflow.
Node Output
When the trigger activates the workflow through debugging or during actual runtime, it will provide the following output, which includes time-related information about the workflow triggering event.
{
"timestamp":1700104023555,
"localDateTime":"2023-11-16 11:07:03",
"localTime":"11:07:03",
"timezone":"GMT+08:00"
}