View Source GoogleApi.Dataform.V1beta1.Model.ScheduledExecutionRecord (google_api_dataform v0.5.0)

A 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) - 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 format projects/*/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
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.