withWorkspace()
Home > @gooddata/sdk-backend-spi > IOrganizationAutomationsQuery > withWorkspace
IOrganizationAutomationsQuery.withWorkspace() method
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Filter automations by workspace IDs for centralized management.
Signature:
withWorkspace(workspace: string, filterType?: AutomationFilterType): IOrganizationAutomationsQuery;
Parameters
| Parameter | Type | Description | 
|---|---|---|
| workspace | string | workspace ID to filter by | 
| filterType | (Optional) type of filter behavior ("exact", "include", "exclude") | 
Returns:
organization automations query