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

