how to run 2 workflows sequentially. plz respond what is the
process?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
Answer / vijay reddy
We can do using Event Raise & Event Wait tasks in workflows
| Is This Answer Correct ? | 17 Yes | 20 No |
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 |
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 |
What are Rapid changing dimensions?
what is lookupoverriding?
What is the benefit of partitioning a session?
difference between informatica 8.1.1 and 8.6
What is the status code?
I want skip first 5 rows to load in to target? what will be the logic at session level ??
If you have 10 mappings designed and you need to implement some chages (may be in existing mapping or new mapping need to be designed) then how much time it takes from easier to complex?
I have 100 records in source table, but I want to load 1, 5,10,15,20…..100 into target table. How can I do this? Explain in detailed mapping flow.
i have to extract data from a flat file.the flat file has 10 records.i have to extract the 1st and 5th record every time.how is it done.
when i was running the seesion, after loading 100 records, session suddenly fails.Next time i want to load the remaing rows in target with out truncate target table.What should i use?
I have id, seq_no date, bill_amt and weight 1,11,'01-Jan-2014',100,2 2,12,'01-Jan-2014',40,5 3,13,'01-Jan-2014',32,5 4,14,'01-Jan-2014',98,2 5,15,'01-Jan-2014',105,3 6,16,'01-Jan-2014',11,3 1,11,'02-Jan-2014',40,2 2,12,'02-Jan-2014',100,5 3,13,'02-Jan-2014',132,5 4,14,'02-Jan-2014',198,2 5,15,'02-Jan-2014',15,3 6,16,'02-Jan-2014',16,3 Now I need output as date MXAMT_LSTWGHT MINAMT_GRTWGHT 01-Jan-2014 100 32 02-Jan-2014 198 100 Could not think of mapping to do so. Please help
Is it passive or active when check and uncheck the box of DISTINCT in Sorter transformation? why?
6 Answers iFlex, Morgan Stanley,