Returns a boolean value of whether the parameter exists.
Boolean
import redivis workflow = redivis.workflow("username.workflow_name") workflow.parameter("my_param").exists() # True or False
Was this helpful?