Workflow Invocation Args
data class WorkflowInvocationArgs(val compilationResult: Output<String>? = null, val invocationConfig: Output<InvocationConfigArgs>? = null, val location: Output<String>? = null, val project: Output<String>? = null, val repositoryId: Output<String>? = null, val workflowConfig: Output<String>? = null) : ConvertibleToJava<WorkflowInvocationArgs>
Creates a new WorkflowInvocation in a given Repository. Auto-naming is currently not supported for this resource.
Constructors
Link copied to clipboard
fun WorkflowInvocationArgs(compilationResult: Output<String>? = null, invocationConfig: Output<InvocationConfigArgs>? = null, location: Output<String>? = null, project: Output<String>? = null, repositoryId: Output<String>? = null, workflowConfig: Output<String>? = null)