Skip to main content

What is Worklet?



                                                                                                                                                                      
Scenario:

What is Worklet?

Solution:

Worklet is a set of reusable sessions. We cannot run the worklet without workflow.
If we want to run 2 workflow one after another.
·                    1. If both workflow exists in same folder we can create 2 worklet rather than creating 2 workfolws.
·                     2. Finally we can call these 2 worklets in one workflow.
·                    3. There we can set the dependency.
           4.  If both workflows exists in different folders or repository then we cannot create worklet.
·                    5. We can set the dependency between these two workflow using shell script is one approach.
           6. The other approach is event wait and event rise.


Comments

Popular posts from this blog

SQL Transformation with examples

============================================================================================= SQL Transformation with examples   Use : SQL Transformation is a connected transformation used to process SQL queries in the midstream of a pipeline . We can insert, update, delete and retrieve rows from the database at run time using the SQL transformation. Use SQL transformation in script mode to run DDL (data definition language) statements like creating or dropping the tables. The following SQL statements can be used in the SQL transformation. Data Definition Statements (CREATE, ALTER, DROP, TRUNCATE, RENAME) DATA MANIPULATION statements (INSERT, UPDATE, DELETE, MERGE) DATA Retrieval Statement (SELECT) DATA Control Language Statements (GRANT, REVOKE) Transaction Control Statements (COMMIT, ROLLBACK) Scenario: Let’s say we want to create a temporary table in mapping while workflow is running for some intermediate calculation. We can use SQL transformat...

Informatica Quiz: Set 1

                                                                                                                                                                    ...

Convert Numeric Value to Date Format

                                                                                                                                                                     ...