Flow Trigger Config
data class FlowTriggerConfig(val triggerProperties: FlowTriggerConfigTriggerProperties? = null, val triggerType: String)
Properties
Link copied to clipboard
Configuration details of a schedule-triggered flow as defined by the user. Currently, these settings only apply to the Scheduled
trigger type. See Scheduled Trigger Properties for details.
Link copied to clipboard
Type of flow trigger. Valid values are Scheduled
, Event
, and OnDemand
.