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 |
What is a command that used to run a batch?
What is the benefit of partitioning a session?
What is workflow manager?
Hi, source data is col1 values are 5,6,7 col2 are 3,2,1 col3 are 8,9,10 and i want to get target as col1 5,6,7 col2 1,2,3 col3 8,9,10 how to do this one?
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.....
Explain reference cursor?
suppose a session is failed after a transformation , from where that session will run again , i.e . from beginning or from that transformation ?
how to get max value record into one target and remaining records into another target?
if i have a file having record sal=10000,and when use router with two groups having condition sal>5000 in one group,sal>7000 in other group.and if two groups connected to two targets.in which target sal=10000 will go?
9 Answers BirlaSoft, Genpact, L&T, Syntel,
What are the Differences between static cache and dynamic cache?
How can we delete duplicate rows from flat files?
How to call shell scripts from informatica?