IWorkspaceAutomationService
Home > @gooddata/sdk-backend-spi > IWorkspaceAutomationService
IWorkspaceAutomationService interface
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.
This service provides access to workspace automations.
Signature:
export interface IWorkspaceAutomationService
Methods
Method |
Description |
---|---|
(ALPHA) Create new automation | |
(ALPHA) Delete automation | |
(ALPHA) Delete automations Deletes multiple automations identified by their IDs. | |
(ALPHA) Get atuomation by id | |
(ALPHA) Get all automations | |
(ALPHA) List automations | |
(ALPHA) Pause automation | |
(ALPHA) Pause automations Pauses multiple automations identified by their IDs. | |
(ALPHA) Resume automation | |
(ALPHA) Resume automations Resumes multiple automations identified by their IDs. | |
(ALPHA) Unsubscribe automation | |
(ALPHA) Unsubscribe from automations Unsubscribes current user from multiple automations identified by their IDs. If no IDs are provided, the backend may unsubscribe from all automations in the workspace. | |
(ALPHA) Update existing automation |