Organization.list_workflows

Organization.list_workflows(max_results=None) → list<Workflow>

Returns a list of workflow instances owned by the organization.

Parameters:

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

Returns:

list<Workflow>

Last updated

Was this helpful?