Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Always execute is somtimes ignored #3789

bioandras ·

I have a step which is marked "Always Execute", but in some cases it's just skipped/ignored completely. In this particular case I have a preceding sibling step which doesn't manage to find and allocate a particular resource, and instead of skipping it and executing the following "Always Execute" step the full execution is just aborted at that point.
Is this behavior intended? If yes, then how should I handle similar error cases?

  • replies 3
  • views 1149
  • stars 0
robinshen ADMIN ·

Are you able to reproduce this behavior?

bioandras ·

Yes. For example:

  • Step 1: uses a variable to choose a node with a resource, and the variable points to an invalid resource name.
  • Step 2: set to always execute (and prints something for example).

In this case Step 2 won't be executed.

robinshen ADMIN ·