GoogleApi.WorkflowExecutions.V1.Model.StepEntryMetadata (google_api_workflow_executions v0.11.3)

View Source

StepEntryMetadata contains metadata information about this step.

Attributes

  • expectedIteration (type: String.t, default: nil) - Expected iteration represents the expected number of iterations in the step's progress.
  • progressNumber (type: String.t, default: nil) - Progress number represents the current state of the current progress. eg: A step entry represents the 4th iteration in a progress of PROGRESS_TYPE_FOR. Note: This field is only populated when an iteration exists and the starting value is 1.
  • progressType (type: String.t, default: nil) - Progress type of this step entry.
  • threadId (type: String.t, default: nil) - Child thread id that this step entry belongs to.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WorkflowExecutions.V1.Model.StepEntryMetadata{
  expectedIteration: String.t() | nil,
  progressNumber: String.t() | nil,
  progressType: String.t() | nil,
  threadId: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.