withStatus()
Home > @gooddata/sdk-backend-spi > IOrganizationAutomationsQuery > withStatus
IOrganizationAutomationsQuery.withStatus() 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.
Sets status of automation results for the query.
Signature:
withStatus(status: string, filterType?: AutomationFilterType): IOrganizationAutomationsQuery;
Parameters
Parameter |
Type |
Description |
---|---|---|
status |
string |
status of the automation result ("SUCCESS" or "FAILED") |
filterType |
(Optional) type of filter behavior ("exact", "include", "exclude") |
Returns:
organization automations query