View Source Inngest.Function.Step (Inngest v0.1.7)

A struct representing a function step

Summary

Types

@type t() :: %Inngest.Function.Step{
  id: atom(),
  mod: module(),
  name: binary(),
  opts: map(),
  retries: Retry,
  runtime: RunTime,
  step_type: atom(),
  tags: map()
}