Glific v0.3.1 Glific.Flows.Exit View Source

The Exit object which encapsulates one exit in a given node.

Link to this section Summary

Functions

Execute a exit, given a message stream.

Process a json structure from floweditor to the Glific data types

Link to this section Types

Specs

t() :: %Glific.Flows.Exit{
  destination_node: Glific.Flows.Node.t() | nil,
  destination_node_uuid: Ecto.UUID.t() | nil,
  id: term(),
  node: Glific.Flows.Node.t() | nil,
  node_uuid: Ecto.UUID.t() | nil,
  uuid: Ecto.UUID.t() | nil
}

Link to this section Functions

Link to this function

execute(exit, context, message_stream)

View Source

Specs

execute(t(), Glific.Flows.FlowContext.t(), [String.t()]) ::
  {:ok, Glific.Flows.FlowContext.t() | nil, [String.t()]} | {:error, String.t()}

Execute a exit, given a message stream.

Link to this function

process(json, uuid_map, node)

View Source

Specs

process(map(), map(), Glific.Flows.Node.t()) :: {t(), map()}

Process a json structure from floweditor to the Glific data types