User$list_workflows
User$list_workflows(max_results=NULL) → list<Workflow>
Parameters:
Returns:
Examples
user <- redivis$user("imathews")
workflows <- user$list_workflows()
for (workflow in workflows){
print(workflow$properties$name)
}Was this helpful?

