Flo.Core.Trigger.Interval (flo v0.2.0) View Source

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor.

Callback implementation for GenServer.init/1.

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Specs

configs() :: [%Flo.Port{name: term(), required: term(), schema: term()}]

Callback implementation for GenServer.init/1.

Specs

name() :: String.t()

Specs

outports() :: %Flo.Outports{additional: term(), default: term()}

Specs

scope() :: String.t()
Link to this function

start_link(ref, workflow)

View Source