i have 5 session (s1,s,2,s3,s4,s5)i want to execute first 4
session after 5th session how will you do?
Answers were Sorted based on User's Feedback
Answer / amedela chandra sekhar
wkf--s1----s2----s3---s4---Eventraise
eventwait-----s5
first run execute four sessions successfully eventraise task
give the signal to Event wait task to execute the session 5(S5)
| Is This Answer Correct ? | 17 Yes | 3 No |
Answer / usha
by using decission task we can run S5 after running
S1,S2,S3,S4--->decission task --->S5
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / nidhi
we can do one thing also very simple .
s1----\
s2-----\_______|->s5
s3-----/
s4----/
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / davan
First 2 ams r they asked after 5th task execution then will
run.soo...workflow--s5--event wait
event raise--s1--s2--s3--s4
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / chiky
connect the 5th session as first from start task and rest
of the 4 sessions followed by 5th session.
check fail parent option in first(5) session.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / vnk
first 4 sessions parallel and using decision task connect 5th session task.
startask--s1
--s2
--s3 decisiontask --s5
--s4
in decision task-properties-all s1-s4 to status=succeeded using (and.
decision task to s5 (linkcondition =true).
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vamsi
Write a post session command, touch some filename.trg
Then put event wait task in between session 4 and 5
Make that event wait task to look for created trigger file
And then session 5 starts
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you promote a non-reusable transformation to reusable transformation?
what is persistent lookup cahce?how to use and when to use this persistent lookup cahce?explain?
Which kind of index is preferred in DWH?
Hi Every One When i Start the Workflow, Table is Going to be Stored in the target database But the columns are not going to the target database table in my PC , please give me the solution and waiting for solution
server hot-ws270 is connect to Repository B. What does it mean?
why we r using presql&postsql in source qualifier?
In informatica workflow manager, how many repositories can be created?
Q. In source area, it is use complex query we have using 5 to 10 table we has been join now all join clolumn having indexes but still we having performance issue. how to fix the performnce issue of the query.
Explain about cumulative Sum or moving sum?
Converting Rows to columns I have Relational source like his. JAN FEB MAR APR 100 200 300 400 500 600 700 800 900 100 200 300 I need to convert these rows into columns to the targe. MONTH TOTAL JAN 1500 FEB 900 MAR 1200 APR 1500 Please experts help me
how to load dimension table and fact table. plz tell me the steps.
HOw can we load the normalised data ( Vertical data) to (Horizontal data)with out using decode in the expression transformation and the aggregator transformation. But, what exactly I want is .. If we have million of records,it is not possible using decode and search for that Particular Id to pivot into Horizontal data... Can any one of guys please help me in this regard.....