I have noticed that workflow loop is getting executed even if there is no input to it. My use case is to get active accounts for inactive identities and disable them if there is any. Most of the time search query returns zero identities but loop still gets executed once with empty array.
Output of http request above workflow has empty array in body:
and loop still says one successful execution.
on top of this I have found loop to be showing all execution as successful even if there are steps where it ends in “End Step - Failure”. Loop execution in testing never shows anything in that red number apart from zero.
@colin_mckibben FYI
Summary
This text will be hidden