GoogleApi.Dataform.V1beta1.Model.ScheduledExecutionRecord (google_api_dataform v0.8.0)
View SourceA record of an attempt to create a workflow invocation for this workflow config.
Attributes
-
errorStatus(type:GoogleApi.Dataform.V1beta1.Model.Status.t, default:nil) - The error status encountered upon this attempt to create the workflow invocation, if the attempt was unsuccessful. -
executionTime(type:DateTime.t, default:nil) - Output only. The timestamp of this execution attempt. -
workflowInvocation(type:String.t, default:nil) - The name of the created workflow invocation, if one was successfully created. Must be in the formatprojects/*/locations/*/repositories/*/workflowInvocations/*.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataform.V1beta1.Model.ScheduledExecutionRecord{ errorStatus: GoogleApi.Dataform.V1beta1.Model.Status.t() | nil, executionTime: DateTime.t() | nil, workflowInvocation: String.t() | nil }