I have scenario, i have 10 worklflows and i want run the
1st workflow first and immediately i want to run 10th
workflow has to run and am not bothering of 2 to 9
workflows? can any one help me how to do this? Thanks in
advance.....
Answers were Sorted based on User's Feedback
Answer / kishore
guys, we can use event raise task at end in the wf1 (by giving the condition that all tasks completed successfully) and event wait task at wf10. so that if the wf1 completed immediatly wf10 starts.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / vikram
If possible keep the content of all workflows in 1 worklet
and that too in same sequence and before the 10th workflow
add a worklet succes condition based on first worklet than
it will start the 10th worklet if first worklet runs
successfully.
| Is This Answer Correct ? | 1 Yes | 4 No |
Hi I have two sources like A, B. My source A contain 10000 million records from that i need 20 attributes. My source B has also same 10000 million records from that i need only 1 attribute. By using Joiner i have to load into target? Is there any issue regarding this? if issue is there how to tune this mapping in best way?
what is diffrence b/w joner and union transfermation
What are the hard ware required for a normal sized data warehouse? and What are the software required for a normal kind of data warehouse?
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?
SOURCE DATA IS DISPLAY IN THIS FORMATE IN TARGET . WHAT BUSINESS LOGIC WE CAN APPLY. source table target table ------------ ------------ c1 c2 c3 c1 c2 c3 -- -- -- -- -- -- 1 A J 1 2 B K 2 A 3 C L 3 B J 4 D M 4 C K 5 E N 5 E L F M N
1.why we need to use unconnected transformation? 2.where we can static chach,dynamic chach
How to view and Generate Metadata Reports?
what is the use of Java Transformation in Informatica 8.x?
is there any way to read the ms excel datas directly into informatica?like is there any possibilities to take excel file as target?
How is union transformation utilized?
Can anyone briefly describe abt audit table loading?
How do you use reject loader.