refreshAutomations()
Home > @gooddata/sdk-ui-dashboard > refreshAutomations
refreshAutomations() function
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Creates the RefreshAutomations command.
Dispatching this command will result in refreshing the current dashboard's automation data. This is particularly useful after creating, updating, or removing alerts or scheduled exports, ensuring that the local data remains synchronized with the backend.
Signature:
export declare function refreshAutomations(correlationId?: string): IRefreshAutomations;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
correlationId |
string |
(Optional) specify correlation id to use for this command. this will be included in all events that will be emitted during the command processing |
Returns: