In some of my workflows, I check the return code from a policy that is
executed before continuing. If the policy fails, it will attempt to run
the policy again, etc. Here are a couple of examples of how I check the
return code: # Example 1: for ((i=0...