ArchAstro. Types. WorkflowWorkItemLease
(archastro v0.2.0)
Copy Markdown
A claimed workflow work item and its caller-held lease token.
Summary
Types
@type t() :: %ArchAstro.Types.WorkflowWorkItemLease{ lease_owner: String.t(), work_item: ArchAstro.Types.WorkflowWorkItem.t() }
Functions
@spec from_map(ArchAstro.JSON.object()) :: t()
@spec matches?(ArchAstro.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.JSON.object()