runAfters

@JvmName(name = "jjkkcuflnxmnxahm")
suspend fun runAfters(value: Output<List<ActionHttpRunAfterArgs>>)
@JvmName(name = "drscbrvrvrbaqdck")
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 = "ypamtfdpyfbjwxxb")
suspend fun runAfters(vararg values: Output<ActionHttpRunAfterArgs>)


@JvmName(name = "gpkxirvlwvqpwuet")
suspend fun runAfters(values: List<Output<ActionHttpRunAfterArgs>>)
@JvmName(name = "ngnpnupgggcqaqjn")
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 = "laqaqrqbfivehyfk")
suspend fun runAfters(argument: List<suspend ActionHttpRunAfterArgsBuilder.() -> Unit>)
@JvmName(name = "bjgxpttsmxghwutb")
suspend fun runAfters(vararg argument: suspend ActionHttpRunAfterArgsBuilder.() -> Unit)
@JvmName(name = "unpfaupfoqumqtks")
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.