View Source Lightning.RunStep (Lightning v2.10.4)

Ecto model for an the Steps in a Run.

Summary

Types

@type t() :: %Lightning.RunStep{
  __meta__: Ecto.Schema.Metadata.t(),
  id: Ecto.UUID.t() | nil,
  inserted_at: term(),
  run: Lightning.Run.t() | Ecto.Association.NotLoaded.t(),
  run_id: term(),
  step: Lightning.Invocation.Step.t() | Ecto.Association.NotLoaded.t(),
  step_id: term()
}

Functions