1,If there are 3 workflows are running and if 1st workflow
fails then how could we start 2nd workflow or if 2nd
workflow fails how could we start 3rd workflow?
Answer Posted / abhinav prakash
1.We can have a command task at the end of 1st and 2nd workflow.
2.the command task from the first wf will send out a trigger
file for the 2nd workflow.
3.we can use event wait task before the 2nd wf and it ll
wait for the trigger file from the frst wf and once its
available will intiate the 2nd wf.
4.Same logic for the third workflow.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Differentiate between reusable transformation and mapplet.
How can we use mapping variables in informatica? Where do we use them?
How to update or delete the rows in a target, which do not have key fields?
Explain the various test procedures used to check whether the data is loaded in the backend, performance of the mapping, and quality of the data loaded in informatica?
In warehouses how many schemas are there?
How to elaborate tracing level?
What are the uses of etl tools?
Which files are created during the session rums by informatics server?
Explain the difference between a data warehouse and a data mart?
What is the use of target designer?
Write the prerequisite tasks to achieve the session partition?
How to load the name of the current processing flat file along with the data into the target using informatica mapping?
Mention a few design and development best practices for informatica?
pmscmd startworkflow -sv
What is lookup transformation?