Draw a workflow diagram for this situation. If s3 is true
session s4 and s5 should concurreently Run.if any one s4 or
s5 true it should run s1.If s1 sucess it should execute s2
otherwise exit.can any one give me suggestion.Thanks in
advance.
Answers were Sorted based on User's Feedback
Answer / vaibhav bhandeo
1. Run S3.
2. Connect it to S4 and S5. Check if PreviousTaskStatusS3 =
succeeded in the connecting link.
3. Once S3 is successfully executed it will start S4 and S5
4. Use a decision task and input that from S4 and S5. In
the decision use
PreviousTaskStatusS4 = succeeded or PreviousTaskStatusS5 =
succeeded
5. This will allow you to move ahead incase either of S4 or
S5 is succeeded.
6.Connect it to S1 using the same PreviousTaskStatus =
succeeded.
7.Connect it to S2 using the same PreviousTaskStatus =
succeeded.
This way the required job will be done.
| Is This Answer Correct ? | 10 Yes | 2 No |
Answer / pg
1. Create S3.
2. Connect it to S4 and S5 prallell. Check if
PreviousTaskStatusS3 =
succeeded in the connecting link.
3. Once S3 is successfully executed it will start S4 and S5
4. Connect s4 and s5 to session s1 and Check if
PreviousTaskStatusS3 =
succeeded in the connecting link and in general tab of
session choose the option treat
input rows as 'OR' .
5. This will allow you to move ahead incase either of S4 or
S5 is succeeded.
6.Connect it to S2 using the same PreviousTaskStatus =
succeeded in the lnk.
| Is This Answer Correct ? | 0 Yes | 2 No |
What are parallel querys and query hints?
How you load distinct records into one target and duplicate records into another target?
While migrating the data from one environment to another environment how would you manage the connections?
In update strategy t/r we had given dd_insert condition & in session we gave delete condition . Then what will happen? mapping will run ?
where to store informatica rejected data?
what is DSS?
I am Unable to load the FixedWith FlatFile Into The Target.What Is The Reason. PLZ Help Me..
Can we use procedural logic inside infromatica? If yes how, if now how can we use external procedural logic in informatica?
Why union transformation is an active transformation?
how the informatica server sorts the strings values in rank transformations?
What are the types of lookup transformation?
why cant we put a sequence generator or upd strategy transformation before joiner transformation?