Is your feature request related to a problem? Please describe.
When building workflows that involve APIs or credits to execute, debugging becomes inefficient. Currently, if there’s an issue with a specific block, I have to re-run the entire workflow from the start instead of being able to test just the problematic block.
Describe the solution you'd like
Add an option to run or debug a single block independently, using either the most recent input/output data or simulated data. This would make debugging faster, reduce resource usage, and simplify workflow iteration.
Additional context (optional)
This feature would be especially useful when testing integrations or API calls that consume credits or external requests.
Is your feature request related to a problem? Please describe.
When building workflows that involve APIs or credits to execute, debugging becomes inefficient. Currently, if there’s an issue with a specific block, I have to re-run the entire workflow from the start instead of being able to test just the problematic block.
Describe the solution you'd like
Add an option to run or debug a single block independently, using either the most recent input/output data or simulated data. This would make debugging faster, reduce resource usage, and simplify workflow iteration.
Additional context (optional)
This feature would be especially useful when testing integrations or API calls that consume credits or external requests.