Parameter$exists

Parameter$exists() → Boolean

Returns a boolean value of whether the parameter exists.

Returns

Boolean

Examples

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

Last updated

Was this helpful?