InterfaceFlow configuration — name, description, priority, variables, stages, and protectionPolicy settings.
The trigger that starts this flow, created by calling wfa.trigger.
Optionalbody: (params: FlowBodyParams<F, OutputsWithDotwalk<V>, S>) => voidThe flow body function. Receives params containing trigger, flowVariables,
and stages (any flow-level stages declared in config).
Creates a Flow record (
sys_hub_flow) that defines a series of actions to execute when triggered.