ArchAstro. Types. WorkflowWorkItemList
(archastro v0.2.0)
Copy Markdown
Active durable workflow work available to the viewer.
Summary
Types
@type t() :: %ArchAstro.Types.WorkflowWorkItemList{ after_cursor: String.t() | ArchAstro.Unset.t(), before_cursor: String.t() | ArchAstro.Unset.t(), data: [ArchAstro.Types.WorkflowWorkItem.t()], has_more: boolean() }
Functions
@spec from_map(ArchAstro.JSON.object()) :: t()
@spec matches?(ArchAstro.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.JSON.object()