Fetches the parameter's values. Will raise an error if the parameter does not exist.
list()
workflow <- redivis$workflow("username.workflow_name") values <- workflow$parameter("my_param")$get_values() print(values)
Was this helpful?