Organization$list_workflows

Organization$list_workflows(max_results=NULL) → list<Workflow>

Returns a list of workflow instances associated with the organization. Only workflows that you have overview access to will be included in the list.

Parameters:

max_results : int, default NULL If specified, will only return up to max_results workflows

Returns:

list<Workflow>

Last updated

Was this helpful?