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.

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many dimensions are there in informatica?

623


How do you remove duplicate records in informatica? And how many ways are there to do it?

711


explain about unit testing? in real time?

1654


What is domain in terms of informatica?

561


How to create or implement slowly changing dimension (SCD) Type 2 Effective Date mapping in informatica/Flagging mapping in informatica/visioning mapping in informatica?

707






where to store informatica rejected data? How to extract the informatica rejected data?

597


can i any one explain me realtime healthcare project explanation..for interview .iam new to informatica .thanks in advance.

3319


Repository user profiles

1373


What are the tuning techniques you applied during your last project

1559


Can we create two repositories on same database instance in oracle?

605


Under which circumstances, informatica server creates reject files?

589


How many numbers of sessions can one group in batches?

616


can any one explain about dataflow in the informatica project for bank domain....thanks is advance

10273


What are the main issues while working with flat files as source and as targets ?

647


Explain sessions?

602