i have a wf like wf-->s1-->s2-->s3-->s4
first start s1 later s2
later s3 here my session s3 have to run 3 times later start s4?
Answers were Sorted based on User's Feedback
Answer / ankit
I believe this can be achieved through Assignment task set a
variable var = var+1 & check mod(Var/3)=0 .
Other not so good approach as you are increasing more code.
create S3 in another workflow & call it from PMCMD command.
Please let me know if some one has a better approach .
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / abhinaw prakash
We have have the workflow as
S1->S2>cmd_task->cmd_task->cmd_task->S4.
Here in the command task u can call the workflow having only
that particular session(S3).
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / gazulas
simple:-
Wf-->s1-->s2-->s3-->Instance_of_s3--->Instance_of_s3-->s4
| Is This Answer Correct ? | 1 Yes | 4 No |
What is a surrogate key?
Can you access a repository created in previous version of Informatica?
Explain about Informatica server process that how it works relates to mapping variables?
what is datamart
In warehouses how many schemas are there?
difference between informatica 8.1.1 and 8.6? And different betweeninformatica 7x and 8x?
What are the issues that you have faced while moving your project from the Test Environment to the Production Environment? Please explain in depth thanks in advance
How to load query faster,so that It will take less time to load?
What are events in workflow manager?
How IN function works in informatica? Is it similar that of oracle IN function or different? Explain
What are the different tools in workflow manager?
What is the difference between sequential batch and concurrent batch and which is recommended and why?