Get Execution Result
data class GetExecutionResult(val argument: String, val callLogLevel: String, val duration: String, val endTime: String, val error: ErrorResponse, val labels: Map<String, String>, val name: String, val result: String, val startTime: String, val state: String, val stateError: StateErrorResponse, val status: StatusResponse, val workflowRevisionId: String)
Constructors
Link copied to clipboard
fun GetExecutionResult(argument: String, callLogLevel: String, duration: String, endTime: String, error: ErrorResponse, labels: Map<String, String>, name: String, result: String, startTime: String, state: String, stateError: StateErrorResponse, status: StatusResponse, workflowRevisionId: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Labels associated with this execution. Labels can contain at most 64 entries. Keys and values can be no longer than 63 characters and can only contain lowercase letters, numeric characters, underscores, and dashes. Label keys must start with a letter. International characters are allowed. By default, labels are inherited from the workflow but are overridden by any labels associated with the execution.
Link copied to clipboard
Link copied to clipboard