Timer in a node of a process

Hi,

I have a problem, if I have a process and I have a timer on a node of an integration, when the timer will start running, when the process starts or when the node runs?


Greetings and thank you!

  Discussion posts and replies are publicly visible

Parents Reply
  • Ok, that's a new feature so obviously not available in 19.1.

    I suspect what is happening is that the service IS responding faster than the timer value you've set, but appearing to be slower because of the overhead of starting and ending the node. If you test the integration object natively what is the response time there?

    Also, try to set the timer on the node to 0.5s to see if that forces the flow down the exception path.

Children