FoPost.AutomationRun (FoPost v0.1.0)

Copy Markdown View Source

One execution of an automation, with a log per step when fetched on its own.

Summary

Types

t()

@type t() :: %FoPost.AutomationRun{
  automation_id: term(),
  completed_at: term(),
  context: term(),
  current_step: term(),
  error_message: term(),
  id: term(),
  logs: term(),
  raw: term(),
  started_at: term(),
  status: term(),
  trigger_event: term()
}