availableWorkflows: PagingResultOfWorkflow!

This query allows for the return of available workflows for a specific organizational unit and all of their associated details based on search criteria.The returned list is limited based on the permissions of the customers API Token. The information returned for each workflow can include information about aspects, clients, cases, organizations, reports, and tenants. **Returns:** Returns an array of available workflow information.

organizationalUnitId: UUID!

The organizational unit ID used to search the database.

filterBy: [WorkflowFilterInput!]

Allows filtering of the results by their properties. You can create sophisticated filters by using "or" and "and" fields to build expressions.

sortBy: [WorkflowSortInput!]

Allows user to specify how data returned is sorted.

limitBy: LimitInput

Provides the ability to paginate/window the returned results.