triggerFulfillment

@JvmName(name = "leybqwgydvqikxnh")
suspend fun triggerFulfillment(value: Output<CxFlowTransitionRouteTriggerFulfillmentArgs>)
@JvmName(name = "gqxnfkhophuynwjq")
suspend fun triggerFulfillment(value: CxFlowTransitionRouteTriggerFulfillmentArgs?)

Parameters

value

The fulfillment to call when the condition is satisfied. At least one of triggerFulfillment and target must be specified. When both are defined, triggerFulfillment is executed first. Structure is documented below.


@JvmName(name = "fqnqlrennfadgyki")
suspend fun triggerFulfillment(argument: suspend CxFlowTransitionRouteTriggerFulfillmentArgsBuilder.() -> Unit)

Parameters

argument

The fulfillment to call when the condition is satisfied. At least one of triggerFulfillment and target must be specified. When both are defined, triggerFulfillment is executed first. Structure is documented below.