Parameter$get
Parameter$get() → self
Returns
Examples
workflow <- redivis$workflow("username.workflow_name")
p <- workflow$parameter("my_param")$get()
print(p$properties)Was this helpful?
workflow <- redivis$workflow("username.workflow_name")
p <- workflow$parameter("my_param")$get()
print(p$properties)Was this helpful?
Was this helpful?