How to Disable Data Tasks in Taskflows CDI

How to Disable Data Tasks in Taskflows CDI (Step-by-Step Guide)

Introduction

Informatica Intelligent Cloud Services (IICS) Cloud Data Integration (CDI) is widely used for building and managing data pipelines. Taskflows in IICS allow you to orchestrate multiple tasks in a sequence or parallel execution. However, there are scenarios where you may need to disable a Data Task temporarily—for example, during troubleshooting, testing, or when a specific task is not required for a particular run.

In this guide, we’ll walk you through how to disable Data Tasks in Taskflows in IICS CDI, why it’s important, and best practices to follow.

Why Disable Data Tasks in Taskflows?

Disabling Data Tasks instead of deleting them offers several benefits:

Step-by-Step Guide to Disable Data Tasks in Taskflows

Step 1: Log in to IICS (Follow below image)
Step 2: Open the Taskflow
Step 3: Decided the Data Task you would wish to Disable

In this Task flow i have decided to disable(do not run) Data task 2 and Data Task 4.

Step 4: Add a Temporary Field

(Refer to the image: the temp field disable_data_task2 is set to True.)

Step 5: Insert a Decision Step

(Refer to the images)

Step 6: Configure Paths
  • This ensures that when disable_data_task2 is True, Data Task 2 and 4 will not run.
Step 7: Validate and Publish

Results

Leave a Comment