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

View Source

Represents the current status of this execution.

Attributes

  • currentSteps (type: list(GoogleApi.WorkflowExecutions.V1.Model.Step.t), default: nil) - A list of currently executing or last executed step names for the workflow execution currently running. If the workflow has succeeded or failed, this is the last attempted or executed step. Presently, if the current step is inside a subworkflow, the list only includes that step. In the future, the list will contain items for each step in the call stack, starting with the outermost step in the main subworkflow, and ending with the most deeply nested step.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WorkflowExecutions.V1.Model.Status{
  currentSteps: [GoogleApi.WorkflowExecutions.V1.Model.Step.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.