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