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 / maruthi
GOING FOR START FROM TASK OPTION IF CONNECTED IN SEQUENTIAL BATCH IF THEY ARE CONNECTED IN PARALLEL BATCH THEN EVERY THING GETS TRIGGERED AUTOMATICALLY.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
How can we use batches?
My source is delimited flat file Flat file data is H|Date D1|ravi|bangalore D2|raju|pune T|4 The data will be send to target if the fallowing two conditions satisfied 1.The first row Date column is equal to SYSDATE 2.Last record second port equal to number of records. How to achieve?
What is the sql query overwrite in source qualifier in informatica
What are the different lookup cache(s)?
What is xml source qualifier transformation in informatica?
What the difference is between a database, a data warehouse and a data mart?
What is domain in terms of informatica?
Tell me can we override a native sql query within informatica? Where do we do it? How do we do it?
What is a joiner transformation and why it is an active one?
what is the difference between informatica6.1 and infomatica7.1
Where are the source flat files kept before running the session?
How do we call shell scripts from informatica?
If the source has duplicate records as id and name columns, values: 1 a, 1 b, 1 c, 2 a, 2 b, the target should be loaded as 1 a+b+c or 1 a||b||c, what transformations should be used for this?
I have a mapping loading 100 records and it failed on 20th record. how to recover it without changing anything.(in prod where we don't have any access).. (the session should should start from 21 record)
What are the different options available for update strategy?