ArchAstro. Types. Operations. PostApiV1WorkItemsWorkItemFail. Input
(archastro v0.2.0)
Copy Markdown
Fail workflow work and route its durable execution
Summary
Types
@type t() :: %ArchAstro.Types.Operations.PostApiV1WorkItemsWorkItemFail.Input{ error: %{optional(String.t()) => ArchAstro.JSON.t()}, lease_owner: String.t() }
Functions
@spec from_map(ArchAstro.JSON.object()) :: t()
@spec matches?(ArchAstro.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.JSON.object()