View Source Inngest.Function.Context (Inngest v0.2.1)

Context to be passed to steps in functions.

Summary

Types

@type t() :: %Inngest.Function.Context{
  attempt: number(),
  index: :ets.tid(),
  run_id: binary(),
  steps: map()
}