Get Workflow Invocation Result
data class GetWorkflowInvocationResult(val compilationResult: String, val invocationConfig: InvocationConfigResponse, val invocationTiming: IntervalResponse, val name: String, val state: String, val workflowConfig: String)
Constructors
Link copied to clipboard
constructor(compilationResult: String, invocationConfig: InvocationConfigResponse, invocationTiming: IntervalResponse, name: String, state: String, workflowConfig: String)
Properties
Link copied to clipboard
Immutable. The name of the compilation result to compile. Must be in the format projects/*/locations/*/repositories/*/compilationResults/*
.
Link copied to clipboard
Immutable. If left unset, a default InvocationConfig will be used.
Link copied to clipboard
This workflow invocation's timing details.
Link copied to clipboard
Immutable. The name of the workflow config to invoke. Must be in the format projects/*/locations/*/repositories/*/workflowConfigs/*
. ////////