|
|
|
WORKFLOW MANAGER |
| |
Actions
- Create Reusable tasks , Worklets , Workflows.
- Schedule Workflows.
- Configure tasks.
|
Workflow
A workflow is a set of instructions that describes how and when to run tasks related to extracting, transforming, and loading data.
Worklets
A worklet is an object that represents a set of tasks.
When to create Worklets?
Create a worklet when you want to reuse a set of workflow logic in several workflows. Use the Worklet Designer to create and edit worklets.
Where to use Worklets?
You can run worklets inside a workflow. The workflow that contains the worklet is called the parent workflow. You can also nest a worklet in another worklet.
Click here to know about different type of tasks |
|
|