Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how to run 2 workflows sequentially. plz respond what is the
process?

Answers were Sorted based on User's Feedback



how to run 2 workflows sequentially. plz respond what is the process?..

Answer / hari

we can run the workflow sequentially .for that we need to
write a ksh shell scripts or batch command and use cmd
command

Is This Answer Correct ?    17 Yes 1 No

how to run 2 workflows sequentially. plz respond what is the process?..

Answer / master

Worklet will contain group of sessions.

Is This Answer Correct ?    15 Yes 1 No

how to run 2 workflows sequentially. plz respond what is the process?..

Answer / kamleshmishra291

to execute workflows in sequence we can use file watch mechanism
in first worklet create a touch file after successful run and in second worklet use event wait (file watch mechanism) looking for a file at a particular location.

Is This Answer Correct ?    2 Yes 0 No

how to run 2 workflows sequentially. plz respond what is the process?..

Answer / ganesh prasad

we have to create worklet . a worklet can be used to run
multiple workflows. a worklet is created with worklet
desinger tool.

Is This Answer Correct ?    14 Yes 13 No

how to run 2 workflows sequentially. plz respond what is the process?..

Answer / usha

we can run 2 workflows sequentially.

by creating 2 WL..

wl contains set of reusable session..

wf---->wL---->wL

if 2 wf are in same repository..


===============================
if 2 wf are in different repository we set the dependence..
by using shell script..

script one is used to run the first wf..
after running the wf1 it will creates a zero bye file..

if it doesnt not create zero bye file it will for 6loop
times..each loop will wait for 5min..for zero bye file

if file avalible it will start running the second script to
run second WF..if file not avalibel..

i will send a mial...
by using mailX command

Is This Answer Correct ?    0 Yes 2 No

how to run 2 workflows sequentially. plz respond what is the process?..

Answer / james

Hi Guys,

We can run 2 sequentially by scheduling the workflows at
the same time.

Is This Answer Correct ?    1 Yes 3 No

how to run 2 workflows sequentially. plz respond what is the process?..

Answer / vijay reddy

We can do using Event Raise & Event Wait tasks in workflows

Is This Answer Correct ?    17 Yes 20 No

how to run 2 workflows sequentially. plz respond what is the process?..

Answer / mr.know it all

hello shalu..workflow is not grp of worklets..

a worklet is a grp of workflows

Is This Answer Correct ?    4 Yes 15 No

how to run 2 workflows sequentially. plz respond what is the process?..

Answer / shalu

I think here is just a confusion of concept of worklet and
workflow.
A worklet is a group of mappings.
A workflow is a group of worklets.

(A Worklet cannot include workflows, not even a single
workflow)

As I understand, you have created two workflows (group of
mappings).

Instead Create two worklets and then add these worklets in
a workflowin the executed sequence.

Is This Answer Correct ?    6 Yes 25 No

Post New Answer

More Informatica Interview Questions

Explain sql transformation in script mode examples in informatica

0 Answers   Informatica,


There are 3 groups in router transformation in which there are no conditions mentioned, so what happens if I connect these groups to the 3 targets? How many records gets into each target.(suppose if we are getting 10 records from the source)

4 Answers  


what is correlated query?

2 Answers   IBM,


Briefly explain the aggregator transformation?

0 Answers  


what are the output files that the informatica server creats during running a session?

2 Answers   CTS,


One flatefile it contains some data but i want to dont want to load first and last record ..how it is? can u tell me complete logic?

2 Answers  


HOE DO U IMPLIMENT SCHEDULING IN INFORMATICA?

7 Answers   Patni, Wipro,


There are 100 lines in a file. How to print line number 31-50 and 81-90 in unix with a single command.

2 Answers   L&T,


Where should yoU place the flat file to import the flat file defintion to the designer?

4 Answers  


Enlist the various types of transformations.

0 Answers  


What is the difference between router and filter?

0 Answers  


suppose if we have dublicate records in a table temp n now i want to pass unique values to t1 n dublicat values to t2 in single mapping using aggregator & router? how

7 Answers   TCS,


Categories