---
title: isOpenEnded
framework: intents
role: symbol
role_heading: Instance Property
path: intents/instartworkoutintent/isopenended-avvd
---

# isOpenEnded

A Boolean value indicating whether the workout is open ended.

## Declaration

```occ
@property (nonatomic, copy, readonly, nullable) NSNumber * isOpenEnded;
```

```occ
@property (atomic, copy, readonly, nullable) NSNumber * isOpenEnded;
```

## Discussion

Discussion This property contains a Boolean whose value is true when the user wants an open-ended workout instead of one with a specific goal.

## See Also

### Specifying Workout Details

- [workoutName](intents/instartworkoutintent/workoutname.md)
- [goalValue](intents/instartworkoutintent/goalvalue-1dzvb.md)
- [workoutGoalUnitType](intents/instartworkoutintent/workoutgoalunittype.md)
- [workoutLocationType](intents/instartworkoutintent/workoutlocationtype.md)
