Parameter.exists
Parameter.exists() → Boolean
Returns
Examples
import redivis
workflow = redivis.workflow("username.workflow_name")
workflow.parameter("my_param").exists() # True or FalseWas this helpful?

