ScheduledExecutionRecordResponse

data class ScheduledExecutionRecordResponse(val errorStatus: StatusResponse, val executionTime: String, val workflowInvocation: String)

A record of an attempt to create a workflow invocation for this workflow config.

Constructors

Link copied to clipboard
fun ScheduledExecutionRecordResponse(errorStatus: StatusResponse, executionTime: String, workflowInvocation: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The error status encountered upon this attempt to create the workflow invocation, if the attempt was unsuccessful.

Link copied to clipboard

The timestamp of this execution attempt.

Link copied to clipboard

The name of the created workflow invocation, if one was successfully created. Must be in the format projects/*/locations/*/repositories/*/workflowInvocations/*. ////