Click here to download the DSL workflow file.
Default Result
SELECT * FROM users;
. The database correctly returns all data.After Editing the Variable
SELECT username FROM users;
and re-runs only the database node. The system returns a list of usernames.This allows the user to test new data by re-running only the downstream database node without restarting the entire workflow.