FlowTriggerConfig

data class FlowTriggerConfig(val triggerProperties: FlowScheduledTriggerProperties? = null, val triggerType: FlowTriggerType)

Trigger settings of the flow.

Constructors

Link copied to clipboard
constructor(triggerProperties: FlowScheduledTriggerProperties? = null, triggerType: FlowTriggerType)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Details required based on the type of trigger

Link copied to clipboard

Trigger type of the flow