ExportTasks
Retrieves tasks for export definitions.
Table-Specific Information
Select
The provider uses the Anaplan API to process WHERE clause conditions that are built with the following columns and operators:
- Id supports the '=' comparison operator.
- ExportId supports the '=' comparison operator.
- ModelId supports the '=' comparison operator.
- WorkspaceId supports the '=' comparison operator.
For example, the following queries are processed server-side:
SELECT * FROM [ExportTasks] WHERE [ExportId] = '123' AND [ModelId] = '456' AND [WorkspaceId] = '789'
SELECT * FROM [ExportTasks] WHERE [Id] = '123' AND [ExportId] = '456' AND [ModelId] = '789' AND [WorkspaceId] = '101'
The provider processes other filters client-side within the provider.
Columns
| Name | Type | References | Description |
| Id [KEY] | String | The unique identifier of the task. | |
| ExportId | String |
Exports.Id | The ID of the export definition. |
| ModelId | String |
Models.Id | The ID of the model. |
| WorkspaceId | String |
Workspaces.Id | The ID of the workspace. |
| State | String | The current state of the task. | |
| CreationTime | Datetime | Timestamp when the task was created. |