Editing an Integration Task

Edit an integration task in a project or folder in Data Integration.

To update the run configuration of a task to use the OCI Data Flow service, ensure that you have already created the prerequisite resources such as Object Storage buckets and Data Flow pools, as described in Required Setup and Policies for OCI Data Flow Service to Run Tasks.

    1. Open the project or folder that contains the task that you want to edit.

      For the steps to open the details page of a project or folder, see Viewing the Details of a Project or Viewing the Details of a Folder.

    2. On the project or folder details page, click Tasks.
    3. In the tasks list, select View details from the Actions menu (Actions menu) of the task.
    4. On the Integration task: <task name> page, edit the fields and sections as needed.
      • For descriptions of all sections and fields, see Creating an Integration Task.

      • The task run service for this task is indicated by the label Task run service: OCI <service name> in the Run configuration section.

        • To run this task in the Data Integration service, click Edit in the Run configuration section. On the Update task run configuration page, click OCI Data Integration service. No additional configuration is needed.

        • To run this task in the OCI Data Flow service, click Edit in the Run configuration section. On the Update task run configuration page, click OCI Data Flow service. For descriptions of the run properties, see Updating the Task Run Configuration for OCI Data Flow Service.

    5. Save periodically while you work by clicking one of the following buttons:
      • Save: Commits changes since the last save. You can continue editing after saving.

      • Save and close: Commits changes, closes the page, and returns you to the tasks list on the project or folder details page.

      • Save as: Commits changes (since the last save) and saves to a copy instead of overwriting the current task. You can provide a name for the copy and select a different project or folder for the copy, or save the copy in the same project or folder as the existing task.

    6. When you finish editing the task, click Save and close.
    Republish the integration task to ensure that it runs the updated data flow that you want. For publishing information, Task Publishing.
  • Use the oci data-integration task update-integration-task command and required parameters to update an integration task:

    oci data-integration task update-integration-task [OPTIONS]

    For a complete list of flags and variable options for CLI commands, see the Command Line Reference.

  • Run the UpdateTask operation with the appropriate resource subtype to update an integration task.