Book Image

Learning Informatica PowerCenter 9.x

By : Rahul Malewar
Book Image

Learning Informatica PowerCenter 9.x

By: Rahul Malewar

Overview of this book

Table of Contents (18 chapters)
Learning Informatica PowerCenter 9.x
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Working with tasks


As mentioned in the previous chapter, tasks are the basic building blocks of workflows. Every task has a different functionality, as every transformation has a different functionality. We need to use tasks as per our requirement in the workflow or worklet. Tasks can be created as reusable or as nonreusable.

You can create reusable tasks in Task Developer and nonreusable tasks in Workflow Manager.

Before we talk about each task in detail, let's take a look at the different tasks that we have:

Name of task

Details

Session task

This is used to execute a mapping.

Email task

This is used to send success or failure e-mail notifications.

Command task

This is used to execute Unix shell or Perl scripts or commands. It can also be used to execute DOS commands in Windows.

Timer task

This is used to add some time gap or delay between two tasks.

Assignment task

This is used to assign a value to a workflow variable.

Control task

This is used to control the flow of the workflow...