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 |
write sql query following table amount year quarter 1000 2003 first 2000 2003 second 3000 2003 third 4000 2003 fourth 5000 2004 first 6000 2004 second 7000 2004 third 8000 2004 fourth i want the output year q1_amount q2_amount q3_amount q4_amount 2003 1000 2000 3000 4000 2004 5000 6000 7000 8000
what is the size of u r project? and what is the size of source file?
One source and 3 targets 1st row-1st target 2nd row-2nd target 3rd row-3rd target 4th row-1ist target how will u do?
where to select code page option?
Could anyone please mail me a copy of Informatica Certification Exam dumps to sandeep.nakka@gmail.com it would be appreciated if any one could help me out.
What happens if you increase commit intervals and also decrease commitExplain grouped cross tab?
what is mystery dimension?
how to load dimension table and fact table. plz tell me the steps.
Explain about the concept of mapping parameters and variables ?
What is the difference between a router and a filter transformation?
what is mean by grouping of condition column in lookup transformation?
what are cost based and rule based approaches and what is the difference?