runAfters

@JvmName(name = "jcwoewwgnbmqvbvt")
suspend fun runAfters(value: Output<List<ActionHttpRunAfterArgs>>)
@JvmName(name = "bjxiedeheipnxttg")
suspend fun runAfters(value: List<ActionHttpRunAfterArgs>?)

Parameters

value

Specifies the place of the HTTP Action in the Logic App Workflow. If not specified, the HTTP Action is right after the Trigger. A run_after block is as defined below.


@JvmName(name = "bjkysjtcrxqmntvo")
suspend fun runAfters(vararg values: Output<ActionHttpRunAfterArgs>)


@JvmName(name = "npfiijwpcarailyb")
suspend fun runAfters(values: List<Output<ActionHttpRunAfterArgs>>)
@JvmName(name = "hdrowlxyhridvrel")
suspend fun runAfters(vararg values: ActionHttpRunAfterArgs)

Parameters

values

Specifies the place of the HTTP Action in the Logic App Workflow. If not specified, the HTTP Action is right after the Trigger. A run_after block is as defined below.


@JvmName(name = "wigcmfsbwdbfclro")
suspend fun runAfters(argument: List<suspend ActionHttpRunAfterArgsBuilder.() -> Unit>)
@JvmName(name = "qpssjkovklrcimoe")
suspend fun runAfters(vararg argument: suspend ActionHttpRunAfterArgsBuilder.() -> Unit)
@JvmName(name = "utbxkdgcdffobyws")
suspend fun runAfters(argument: suspend ActionHttpRunAfterArgsBuilder.() -> Unit)

Parameters

argument

Specifies the place of the HTTP Action in the Logic App Workflow. If not specified, the HTTP Action is right after the Trigger. A run_after block is as defined below.