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