User.workflow
User.workflow(workflow_name) → Workflow
Parameters:
Returns:
Examples
user = redivis.user("imathews")
workflow = user.workflow("example_workflow_climate_analysis")
workflow.get()
print(workflow.properties) # Properties will be fully populated after calling .get()Was this helpful?

