GoodAnalytics.Flows.ConnectorDelivery (GoodAnalytics v0.1.1)

Copy Markdown View Source

pgflow Flow for immediate connector dispatch delivery.

Started after dispatch records are created. Loads the dispatch, delegates to the Delivery engine, and reports results.

Usage

PgFlow.start_flow(GoodAnalytics.Flows.ConnectorDelivery, %{
  "dispatch_id" => dispatch_id
})

Summary

Functions

Returns the cron expression, or nil if not scheduled.

Returns the static cron input map.

Returns the flow definition struct.

Pattern-matched handler function for each step.

Returns the flow slug.

Returns the raw step definitions.

Functions

__pgflow_cron_expression__()

Returns the cron expression, or nil if not scheduled.

__pgflow_cron_input__()

Returns the static cron input map.

__pgflow_definition__()

Returns the flow definition struct.

__pgflow_handler__(slug)

Pattern-matched handler function for each step.

__pgflow_slug__()

Returns the flow slug.

__pgflow_steps__()

Returns the raw step definitions.