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
What all are steps in up gradation of Informatica server?
What is the benefit of session partitioning?
How to Create a folder using pmrep command?
What is data transformation manager process?
What are the different transaction levels available in transaction control transformation?
What is the difference between stop and abort in informatica
What is informatica worklet?
How to convert multiple rows to single row (multiple columns) in informatica
How to do unit testing in informatica?
Which development components of informatica have the highest usage?
what is the Default Source Option For Update Strategy Transformation?
What are the performance considerations when working with aggregator transformation?
What is standalone command task?
How can we remove the duplicates from flat file source?
What is meant by pre and post session shell command?