Fluxyn Docs
Guides

Testing Flows

Use staging and debug steps to confirm your flow works before production.

The safest way to test a flow is to publish it to staging first.

A reliable testing routine

  1. Publish to staging.
  2. Trigger the event you care about.
  3. Watch the staging UI.
  4. Confirm the trigger fired.
  5. Confirm the downstream node values look right.
  6. Only then publish to production.

Useful nodes while testing

  • Debug / Log to inspect values
  • Transform to make payloads easier to read
  • If to make decisions visible in separate branches

What to watch out for

  • A flow can be correct while a vendor script still delays its own network call.
  • If held events are active, normal events may queue until the blocker is released.
  • If you expect a built-in trigger, make sure the application trigger setting is enabled.

On this page