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 |
Hi, I am planning to take Infa Certification exam but am unable to find its dumps anywhere on web. If anybody has it, plz share them with me. jkinfo22@gmail.com Thanks in advance
Aggregator transformation is having fields say a,b,c,d,e group by is enabled on a,b,c with sorted input,How the aggregator transformation process the i/p data?or in which way i/p comes to agg transformation
What is the difference between Bitmap and Btree index?
How do you remove duplicate records in informatica?
Describe data concatenation?
hw cn v elimate dublicate values from lookup without overriding sql?
In EMP table, for those emp whose Hiredate is same, update their sal by "sal+500" or else for others keep the sal as it is, how to do it by SQL query
what is diffrence b/w joner and union transfermation
How to load the data into target table, which not have Primary/Surrogate key (Duplicate records not acceptable)
Can we use parameters of parameter file in presession command
How do you load only null records into target?
What is an aggregator transformation? it is active why cant it be passive explain?