0% found this document useful (0 votes)
34 views

Unit 18. Worklets and More Tasks

This document discusses worklets, timer tasks, and control tasks in Informatica workflows. It provides the following information: - Worklets allow grouping of tasks and can contain any workflow tasks. They expand and execute inside parent workflows and can be nested or reusable. Reusable worklets are created in the Worklet Designer while non-reusable ones use the Workflow Designer. - Timer tasks wait a specified time period before executing the next task, using either absolute time, datetime variables, or relative time settings. - Control tasks stop or abort workflows using options like fail, stop, or abort to set task/workflow status. They provide failure handling and error control. - The unit lab

Uploaded by

Christian Acosta
Copyright
© © All Rights Reserved
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views

Unit 18. Worklets and More Tasks

This document discusses worklets, timer tasks, and control tasks in Informatica workflows. It provides the following information: - Worklets allow grouping of tasks and can contain any workflow tasks. They expand and execute inside parent workflows and can be nested or reusable. Reusable worklets are created in the Worklet Designer while non-reusable ones use the Workflow Designer. - Timer tasks wait a specified time period before executing the next task, using either absolute time, datetime variables, or relative time settings. - Control tasks stop or abort workflows using options like fail, stop, or abort to set task/workflow status. They provide failure handling and error control. - The unit lab

Uploaded by

Christian Acosta
Copyright
© © All Rights Reserved
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 12

Unit 18.

Worklets and More Tasks

Unit 18

Unit Objectives
Understand why and how to use:
Worklets
Timer tasks
Control tasks

Use these features in a workflow

Unit 18

Worklet
An object representing a set or grouping of Tasks
Can contain any Task available in the Workflow Manager
Worklets expand and execute inside a Workflow
A Workflow which contains a Worklet is called the parent
Workflow
Worklets CAN be nested
Reusable Worklets create in the Worklet Designer
Non-reusable Worklets create in the Workflow Designer

Unit 18

Reusable Worklet
In the Worklet Designer, select Worklets | Create

Worklets
Node

Unit 18

Using a Reusable Worklet in a


Workflow

Worklet
used in a
Workflow

Unit 18

Non-Reusable Worklet
1.

Create worklet task in


Workflow Designer

2.

Right-click on new worklet


and select Open Worklet

3.

Workspace switches to
Worklet Designer

NOTE: Worklet
shows only under
Workflows node

Unit 18

Timer Task
Waits for a specified period of time to execute the next task
General Tab
Timer Tab

Absolute Time
Datetime Variable
Relative Time

Unit 18

Control Task
Stops or
aborts the
workflow

Unit 18

Control Options

Control Option

Description

Fail Me

Marks the Control task as Failed. The PowerCenter Server


fails the Control task if you choose this option.

Fail Parent

Marks the status of the workflow or worklet that contains the


Control task as failed after the workflow or worklet
completes.

Stop Parent

Stops the workflow or worklet that contains the Control task.

Abort Parent

Aborts the workflow or worklet that contains the Control task.

Fail Top-Level Workflow

Fails the workflow that is running.

Stop Top-Level Workflow

Stops the workflow that is running.

Abort Top-Level Workflow

Aborts the workflow that is running.

Note: Fail = Complete but set status to failed, Stop = Stop executing after orderly shutdown,
Abort = Stop executing immediately
9
Unit 18

Unit 18 Lab
Load Inventory Fact Table
Create a worklet using:
Timer task
Control task
Email task

Create a workflow using the worklet

Unit 18

10

Lab Review
What did we accomplish with this lab?
Questions?

Unit 18

11

Unit 18 Quiz
When would you use:
Worklets?
Timer tasks?
Control tasks?

Unit 18

12

You might also like