Scheduled Execution Record Response
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.
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/*
. ////