Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

log data of variables do not change after delete data block #1147

Closed
wohenbushuang opened this issue Feb 5, 2023 · 2 comments · Fixed by #1159
Closed

log data of variables do not change after delete data block #1147

wohenbushuang opened this issue Feb 5, 2023 · 2 comments · Fixed by #1159

Comments

@wohenbushuang
Copy link

Describe the bug
The log data of variables do not change after delete data block.

Demo workflow:
image
image
image

The variable foo appears after 'insert data' block:
image

After 'delete data' block, the variable foo still exists:
image

The variable foo was indeed deleted at last:
image

BTW, I'd like to know how to debug my workflow, more specifically, how to monitor the variables' value during the workflow running step by step (block by block)? Now I only can print the variables via 'send notification' block ...

Desktop (please complete the following information):

  • OS: Windows
  • Browser: Google Chrome
  • Extension Version: 1.27.2
@Kholid060
Copy link
Contributor

The log data you see when clicking a block in the log is the data the workflow has when the block is executed.

how to monitor the variables' value during the workflow running step by step (block by block)? Now I only can print the variables via 'send notification' block

Automa doesn't have a feature for debugging a workflow at the moment. But I'll try to add it in the future.

@wohenbushuang
Copy link
Author

The log data you see when clicking a block in the log is the data the workflow has when the block is executed.

@Kholid060 The log data display still remains after the deleta data block executed, e.g., in the finish step:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants