runAfters

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


@JvmName(name = "uuvhxydxrvtytnmp")
suspend fun runAfters(values: List<Output<ActionHttpRunAfterArgs>>)
@JvmName(name = "jwcuqqsbfwmgvokb")
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 = "iqamclrjxrasxbsj")
suspend fun runAfters(argument: List<suspend ActionHttpRunAfterArgsBuilder.() -> Unit>)
@JvmName(name = "xuhcfiyadxjjxstu")
suspend fun runAfters(vararg argument: suspend ActionHttpRunAfterArgsBuilder.() -> Unit)
@JvmName(name = "pgedvsyovefcucbs")
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.