Skip to content

Configurator Completion ​

Starts a workflow when a user finishes and submits a Configurator form session.

Purpose ​

Use this trigger as the entry point for any workflow that should run after a Configurator form has been fully completed. It fires once the user submits the finished form and makes the final state of all workflow variables from that session available to downstream tasks. This is the standard way to act on the outputs of a guided configuration — for example, generating a document from the collected values, creating records in external systems, or passing the results to a downstream approval step.

Inputs ​

This trigger has no configurable inputs.

Outputs ​

This trigger does not produce fixed named output variables. The workflow variables accumulated during the Configurator session are available to all downstream tasks.

Tentech