wait node bug

Hi, there,

It seems there is a bug in wait node.

Here is my config node, I set 3 seconds:

Here is the execution result, you can see red circle, the config of the node is not changed after execution.

Here is the workflow:
wait_node_bug.knwf (9.1 KB)

Btw, could it possible to wait microseconds, or I have to use Java/Python nodes?
Thanks!

Hi @HaveF -

I don’t believe this is a bug, but rather it’s just how the Node Monitor works. The “Show Configuration” view just stores the values that are present in the configuration dialog itself. If you want to see the flow variable values, you can switch over to the “Show Variables” view.

Does that make sense?

To answer your other question, the node doesn’t currently support fractions of a second.

3 Likes

Hi, @ScottF You are right. I misunderstood the configuration. Thanks for the clarification

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.