Glific v0.3.1 Glific.Flows.Templating View Source

The Case object which encapsulates one category in a given node.

Link to this section Summary

Functions

Process a json structure from floweditor to the Glific data types

Link to this section Types

Specs

t() :: %Glific.Flows.Templating{
  id: term(),
  name: String.t() | nil,
  template: Glific.Templates.SessionTemplate.t() | nil,
  uuid: Ecto.UUID.t() | nil,
  variables: list()
}

Link to this section Functions

Specs

process(map(), map()) :: {t(), map()}

Process a json structure from floweditor to the Glific data types