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 is native users?
What are the tasks that source qualifier perform?
What is main use of mapplet?
What will happen if the select list columns in the custom override sql query and the output ports order in sq transformation do not match?
How to convert multiple rows to single row (multiple columns) in informatica
How is Source Side push down optimization different to just providing a SQL override in Source qualifier transformation.
How might you approve all mappings in the archive all the while?
Explain lookup transformation in informatica
Source and Target are flat files, Source table is as below ID,NAME 1,X 1,X 2,Y 2,Y On Target flat file i want the data to be loaded as mentioned below ID,NAME,REPEAT 1,X,2 1,X,2 2,Y,2 2,Y,2 How to achieve this, Can i get a map structure
if i hv 6 table as source table but can i make 12 as a dim table and 6 as fact table belongs to that src table.
How you can differentiate between connected lookup and unconnected lookup?
Mention few advantages of router transformation over filter transformation.
How do you load first and last records into target table? How many ways are there to do it? Explain through mapping flows.
What is the status code in stored procedure transformation?
What is repository manager?