1.

What are different types of tasks in informatica?

Answer»

Workflow Manager ALLOWS you to CREATE the following types of tasks so that you can design a workflow: 

  • Assignment task: A value is assigned to a workflow variable via this task type.
  • Command task: This task executes a shell command during workflow execution.
  • Control task: It halts or aborts workflow execution.
  • Decision task: It describes a condition to be evaluated.
  • Email task: This is used during workflow execution to send emails.
  • Event-Raise task: This task NOTIFIES Event-Wait about the occurrence of an event.
  • Event-Wait task: It waits for an event to COMPLETE before executing the next task.
  • Session tasks: These tasks are used to run MAPPINGS created in Designer.
  • Timer task: This task waits for an already timed event to occur.


Discussion

No Comment Found