Hi all,
Bug short description: If the loop childflow ends in an error, the workflow test output will not show the steps it went through.
Bug long description:
See screenshot of workflow tests. In both tests I offer the same input. the HTTP Request points to an API of ISC. In both tests the input results in a 404 message on both iterations of the loop (both tests have 2 iterations).
The only difference between the two tests is whether I end successfully or end in a failure on a 404 not found error. In the first screenshot I fail, notice our the loopOutput is barely useful (I believe this error is actually the error of a bug in workflows, rather then an error on calling the HTTP request).
Notice that the loopOutput on the second workflow is much more clear. You can see which actions and operators it has performed along the way ( although you still donβt see the very last step)
This bug is making it more difficult to test workflows. Regardless of if the childworkflow was successfull or not, it should provide the proper output.
Kind regards,
Angelo