Debug workflows

How to find an issue in the workflow.

When workflow delivers poor results, you need to figure out, what happened.

Poor results may happen due to 4 cases:

  1. Poor input data

  2. Poor data from public sources

  3. Poorly formatted prompts

  4. Poor workflow design

Every case has its own solution, but you need to find a reason first.

Debug lets you do that.

How to use Debug in Drafter AI:

Every workflow block has a "Debug" view after you tried to execute the workflow.

By clicking it you get access to a JSON view of all the inputs and outputs that were processed in the specific AI block during the last workflow run.

It lets you understand, at what point something went wrong, and make relevant changes.

Flow controls and inputs don't have a "Debug" view.

See, how to use it:

Last updated