Definitively.Workflow.RunContext (definitively v0.2.1)

Copy Markdown

Ephemeral context passed to node executors for a single run.

Summary

Types

t()

@type t() :: %Definitively.Workflow.RunContext{
  attempt: non_neg_integer(),
  env: map(),
  run_id: String.t(),
  workspace_root: String.t()
}