Parameter$update
Parameter$update(*, name=NULL, values=NULL, type=NULL) → self
Parameters:
Returns
Examples
workflow <- redivis$workflow("username.workflow_name")
workflow$parameter("my_param")$update(values=list("hello","world"))Last updated
Was this helpful?

