When i run workflow first session runs 4 times 5th time 2nd
session must run? How can u do?
Answer / babu
Hi,
Wf-->s1-->Assignmenttask(var=var+1)--mod(var,5=0)-->s2
here var is variable it is declared in workflow level.
if every run of workflow var value increase 1,whenevr the
var reaches the value is 5 then only s2 will run.
Babu
| Is This Answer Correct ? | 8 Yes | 0 No |
What is best approach to load 100 different source files (Different structure) to differet target tables ?
Useful UNIX commands regular/frequently used
why union transformation is active transformation?
When will u go for Dynamic Cache and Persistent Cache? Pls explain with an example?
Which transformation is needed while using the Cobol sources as source definitions?
What does cheating measurement mean?
Data transformed successfully from Source table to target table. Now how you will ensure that the data in Target table is proper. I answered will verify one or two records and check Then question was that the Development is doing (1-2 record verification)but as a tester you have to verify the complete data, how you will do?? Please answer
HOW TO GET THE LATEST DATA IN SCD ?
what is surrogatekey ? In ur project in which situation u has used ? explain with example ?
Mine is Insurance Domain, So interviewer asked about terms like underwriting, disbursement amt, Reinsurance
What is the difference Between Mapping parameter and variable
How to transform normalized data to denormalized form in informatica? Is there any logic or any transformations to achieve this?