# Parameter$exists

### Parameter$<mark style="color:purple;">exists</mark>() → Boolean

Returns a boolean value of whether the parameter exists.

### **Returns**

**Boolean**

### Examples

```r
workflow <- redivis$workflow("username.workflow_name")
workflow$parameter("my_param")$exists() # TRUE or FALSE
```
