I have been using action-chains for years. My normal python code for my actions is either
return True
return False
In orquesta transitions I specify
when: <% failed() %>
do: someaction
This has not been working for some actions… any ideas why?? SHould I be using exit(1) instead?