get Workflow Invocation
suspend fun getWorkflowInvocation(argument: GetWorkflowInvocationPlainArgs): GetWorkflowInvocationResult
Fetches a single WorkflowInvocation.
Return
null
Parameters
argument
null
suspend fun getWorkflowInvocation(location: String, project: String? = null, repositoryId: String, workflowInvocationId: String): GetWorkflowInvocationResult
Return
null
See also
Parameters
location
project
repository Id
workflow Invocation Id
suspend fun getWorkflowInvocation(argument: suspend GetWorkflowInvocationPlainArgsBuilder.() -> Unit): GetWorkflowInvocationResult
Return
null
See also
Parameters
argument
Builder for com.pulumi.googlenative.dataform.v1beta1.kotlin.inputs.GetWorkflowInvocationPlainArgs.