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