What is a Workflow in Informatica?

Question

can you help me with this question

Answer ( 1 )

    0
    2025-02-22T06:09:45+00:00

    A workflow is a set of tasks (sessions, decision tasks, command tasks) executed in a sequence to load data from source to target.

    📌 Example Workflow:

    1. Extract data from Oracle.
    2. Apply transformations.
    3. Load into SQL Server.
    4. Send an email notification.

Leave an answer