BrianAnderson-BAJL / BAJL-Flow

BAJL Flow Engine backend business logic controller. A visual programming language to simplify development and deployment to remote servers.
https://www.BAJLLLC.com
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Debug flows #7

Closed dayofbrian closed 10 months ago

dayofbrian commented 11 months ago

Submit flows to the flow engine to run in debug mode. (pull the debug stuff out of the designer) Will insert 'Trace' steps between each actual step to trace the path through the flow and to time each steps execution. At the end of flow execution a flow debug response will be returned to the designer that will contain the history of all the steps and the variable values at each step.

dayofbrian commented 10 months ago

This issue is complete. The flow engine does this now. The designer still needs some features to show the flow response, but that is a different issue.