Parameter$exists
Parameter$exists() → Boolean
Returns
Examples
workflow <- redivis$workflow("username.workflow_name")
workflow$parameter("my_param")$exists() # TRUE or FALSEWas this helpful?
workflow <- redivis$workflow("username.workflow_name")
workflow$parameter("my_param")$exists() # TRUE or FALSEWas this helpful?
Was this helpful?