Multiple choice technology programming languages

Select the statement below that is false

  1. Tasks must be within Workflows in order to be executed

  2. Workflows must be within Tasks to be executed

  3. Workflow links may contain conditions

  4. A start task is default task in a Workflow

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In Informatica, the correct relationship is that Tasks must exist within Workflows to be executable. Workflows are the containers that hold and execute tasks. Option B states the reverse (workflows within tasks), which is false. Option A correctly states that tasks are contained within workflows.