All Products
Search
Document Center

:TimeTriggerConfig

Last Updated:Jun 11, 2026

Parameter

Type

Description

Example

object

The time trigger configurations.

payload

string

The custom parameters. The trigger message is used as the value of the payload in event.

{\"workflowInstanceId\":\"39639\"}

cronExpression

string

The trigger period expression. Two types of expressions are supported:

  • - Trigger based on time intervals: For example, the expression @every 4m indicates that the triggering is performed every four minutes.

  • You can also specify to trigger based on a cron expression, for example, 0 0 4 * * *.

“0 0 4 * * *”

enable

boolean

Specifies whether to enable the trigger.

  • true: enables the trigger.

  • false: does not enable the trigger. In this case, the configured parameters do not take effect.

true