GoodAnalytics.Flows.ConnectorPlanning (GoodAnalytics v0.1.1)

Copy Markdown View Source

pgflow Flow that plans connector dispatches after the source event commits.

Queue this flow from the event recorder so the scheduling record participates in the caller transaction. Once the transaction commits, the flow creates connector dispatch rows and fans out delivery flows for each dispatch.

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.