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

8.what is mapplet ?give example?

2 Answers  


explain any diffcult scenario that u have faced in your experience... or explain any complex maping u have developed?

0 Answers   TCS, Wipro,


What are the components of workflow manager?

0 Answers  


Find a way to implement the following logic : You have column like : Column 1 AA|BB|CC DD|EE|FF WW|AA I need to get the length of the column without the ‘|’ .

5 Answers  


I am hvaing SOURCE as 1000,null,null,null null,2000,null,null null,null,3000,null null,null,null,4000 Now i want the OUTPUT as 1000,2000,3000,4000 For more clarification i want to elimate nulls and want in a single line. Please help me out

5 Answers   IBM,






What is a command that used to run a batch?

4 Answers  


My source is this year 01/jun/2014 04/may/2015 09/mar/2017 my desired output is day month ye 01 jun 2014 04 may 2015 09 mar 2017 how do i acheive this

2 Answers  


Design a mapping to load the cumulative sum of salaries of employees into target table?

0 Answers   Informatica,


Can you please mail me a copy of Informatica Certification Exam dumps to sriveniv@hotmail.com

0 Answers  


Input is like 1 1 1 2 2 3 and out put should be 1 2 3 How can u acheive using rank transformation ??

3 Answers   IBM,


i have source like this ID 1 2 3 4 sal 1000 2000 3000 4000 and how to load target like this o_sal 1000 3000 6000 10000 can you plz give a sol using informatica

5 Answers   Cap Gemini,


how to join the 2 different table with different columns in informatica?

5 Answers   Accenture,


Categories