View Source Runbox.Scenario.StartParams (runbox v21.2.0)

Struct containing all neccessary parameters to start scenario.

Summary

Types

@type t() :: %Runbox.Scenario.StartParams{
  input_topics: %{required(String.t()) => Runbox.Scenario.InputTopic.t()},
  notifications_from: non_neg_integer(),
  output_actions_from: non_neg_integer(),
  run_id: String.t(),
  scenario_id: String.t(),
  scenario_type: Runbox.Scenario.Type.t(),
  side_effects?: boolean(),
  start_from: non_neg_integer()
}