ArchAstro. SDK. Types. WorkflowJournalEntry
(archastro v0.3.4)
Copy Markdown
One ordered, replayable record from a durable workflow journal.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.WorkflowJournalEntry{ command_id: String.t() | ArchAstro.SDK.Unset.t(), created_at: DateTime.t() | ArchAstro.SDK.Unset.t(), id: String.t(), node_id: String.t() | ArchAstro.SDK.Unset.t(), record: %{optional(String.t()) => ArchAstro.SDK.JSON.t()}, sequence: integer(), timer_id: String.t() | ArchAstro.SDK.Unset.t(), type: String.t() }
Functions
@spec from_map(ArchAstro.SDK.JSON.object()) :: t()
@spec matches?(ArchAstro.SDK.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.SDK.JSON.object()