workflow Invocation
suspend fun workflowInvocation(name: String, block: suspend WorkflowInvocationResourceBuilder.() -> Unit): WorkflowInvocation
See also
Parameters
name
The unique name of the resulting resource.
block
Builder for WorkflowInvocation.
See also
Parameters
name
The unique name of the resulting resource.