Data Source: oci_dataintegration_workspace_tasks

This data source provides the list of Workspace Tasks in Oracle Cloud Infrastructure Data Integration service.

Retrieves a list of all tasks in a specified project or folder.

Example Usage

data "oci_dataintegration_workspace_tasks" "test_workspace_tasks" {
    #Required
    workspace_id = oci_dataintegration_workspace.test_workspace.id

    #Optional
    fields = var.workspace_task_fields
    folder_id = oci_dataintegration_folder.test_folder.id
    identifier = var.workspace_task_identifier
    key = var.workspace_task_key
    name = var.workspace_task_name
    type = var.workspace_task_type
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

WorkspaceTask Reference

The following attributes are exported: