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