SquidMesh.Executor.Payload (squid_mesh v0.1.0-alpha.7)

Copy Markdown View Source

Backend-neutral payloads that host executors can hand to their queue.

Summary

Types

t()

@type t() :: %{required(String.t()) => String.t() | boolean()}

Functions

compensation(run)

@spec compensation(SquidMesh.Run.t()) :: t()

cron(workflow, trigger)

@spec cron(module(), atom() | String.t()) :: t()

step(run, step)

@spec step(SquidMesh.Run.t(), atom() | String.t()) :: t()