ArchAstro. Types. WorkflowJournal
(archastro v0.2.0)
Copy Markdown
Summary of the durable workflow execution journal associated with a run.
Summary
Types
@type t() :: %ArchAstro.Types.WorkflowJournal{ completed_at: DateTime.t() | ArchAstro.Unset.t(), created_at: DateTime.t() | ArchAstro.Unset.t(), current_sequence: integer(), id: String.t(), started_at: DateTime.t() | ArchAstro.Unset.t(), status: String.t(), updated_at: DateTime.t() | ArchAstro.Unset.t() }
Functions
@spec from_map(ArchAstro.JSON.object()) :: t()
@spec matches?(ArchAstro.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.JSON.object()