# SPDX-License-Identifier: Apache-2.0
nikr: v1
workflow: hello
tasks:
  - id: flaky
    retry:
      max_attempts: 3
      on_codes:
        -"#OT-A-CODE
    exec: { command: "curl https://flaky.example.com" }
