<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "watchOS: 3.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INStartWorkoutIntent/isOpenEnded-8hecn",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "s:So20INStartWorkoutIntentC7IntentsE11isOpenEndedSbSgvp"
  },
  "title" : "isOpenEnded"
}
-->

# isOpenEnded

A Boolean value that indicates whether the workout is open ended.

```
@nonobjc final var isOpenEnded: Bool? { get }
```

## Discussion

This property contains a Boolean whose value is <doc://com.apple.documentation/documentation/Swift/true> when the user wants an open-ended workout instead of a specific-goal workout.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)