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