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, multiValue?: boolean): IOrganizationAutomationsQuery;
Parameters
Parameter | Type | Description |
---|---|---|
status | string | status of the automation result ("SUCCESS" or "FAILED") |
multiValue | boolean | (Optional) if true, the status is a multi-value filter |
Returns:
organization automations query