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 |
how to sort date field in infomatica?
Difference between Data and Index Caches?
How many transformations can be used in mapplets.
tell me the rules and responsblites in our project(my project is development)
I have 2records in target table and this record is deleted in source. Now if I run mapping twice how many records do target will have, source having 10records. Same with incrementally. Please answer me ASAP.
what are the real time problems generally come up while doing or running mapping or any transformation?
without using rank transformation how can we rank items by using some other transformations
Explain how to import oracle sequence into informatica?
If the values in a row are 1,2,3,3,4,,4,5 then how a rank transformation can rank these values
How to use procedural logic inside infromatica? If yes how, if now how can we use external procedural logic in informatica?
In Flat file Input is A B C I need output like this A A A B B B C C C. How will u achieve this?
How will you display 10-15 letters from a name? (for ex: name="sivasubram'aniam'ramakrishnan". o/p wanted="aniam")