cxFlow

suspend fun cxFlow(name: String, block: suspend CxFlowResourceBuilder.() -> Unit): CxFlow

Parameters

name

The unique name of the resulting resource.

block

Builder for CxFlow.

See also


fun cxFlow(name: String): CxFlow

Parameters

name

The unique name of the resulting resource.

See also