how to run two workflow(not a sessions) sequentially, what
is the process. Plz explain detailed information.

Answers were Sorted based on User's Feedback



how to run two workflow(not a sessions) sequentially, what is the process. Plz explain detailed inf..

Answer / subash

The best way is obviously to run WF1 and then call WF2
using PMCMD command in the last session of WF1(as a post
session task).If you absolutely want to ensure that the
second wf starts only after graceful completion of wf1 then
simply add a command task for the pmcmd and use the piple
to validate that the previous task is completed properly.

Please let me know if you are not clear or need more info.
Cheers!

Is This Answer Correct ?    5 Yes 1 No

how to run two workflow(not a sessions) sequentially, what is the process. Plz explain detailed inf..

Answer / jayeshmumbai

I would use following methods

1. Create a KSH to call (pmcmd startworkflow) two workflows
one after another (or two statements in ksh). And if
required, I can check successful run of previous workflow
before running another.
2. Make use of command object in second workflow. This
object will be based on ksh which can wait on file created
by successful run of first workflow
3. Make use of even wait task as file watcher and watch a
file created by first workflow.
4. Crude way: Determine workflow execution time. Schedule
two workflows by considering execution time difference.

Is This Answer Correct ?    2 Yes 0 No

how to run two workflow(not a sessions) sequentially, what is the process. Plz explain detailed inf..

Answer / don

pimbiliki pilapi

Please let me know if you are not clear or need more info.
Cheers!

Is This Answer Correct ?    2 Yes 0 No

how to run two workflow(not a sessions) sequentially, what is the process. Plz explain detailed inf..

Answer / hardeep

Hi Subash

i didnt understand how to configure 2nd wf to ensure it starts after comp of 1st. pls explain with more detils.
thanks

Is This Answer Correct ?    0 Yes 1 No

how to run two workflow(not a sessions) sequentially, what is the process. Plz explain detailed inf..

Answer / ganesh

as per i know
create a worklet and save the workflow in worklet and run



please let me know is this ans is correct

please call me if this is not an correct 9912063678

Is This Answer Correct ?    2 Yes 9 No

Post New Answer

More Informatica Interview Questions

Can we create a Integration service without a Repository service and vice versa?

0 Answers  


While importing the relational source defintion from database,what are the meta data of source U import?

1 Answers  


Define informatica repository?

2 Answers   Wipro,


hOW CAN WE DELETE A RECORD OR TRUNCATE IN TARGET TABLE USING SQL T/R ?

4 Answers  


How can you complete unrcoverable sessions?

1 Answers  






Define Incremental Aggregation?

2 Answers  


How are indexes created after completing the load process?

0 Answers  


How to eliminate duplicate records in informatica mapping? Explain with an example....

1 Answers   Cap Gemini,


Is it possible to define a single node as a Gateway node as well as worker node?

0 Answers  


Useful UNIX commands regular/frequently used

1 Answers   Deloitte,


If i havee 3records in my source having same deptno like Deptid Deptno ------ ------ 101 10 201 10 301 10 and i am using router TR to loading these records into target.Then how many record'll be loaded into target???

5 Answers   Wipro,


what is work of PUSH DOWN option

2 Answers   Wipro,


Categories