Event-wait task in Informatica

Which of the following statements is correct on workflow events?
1) A predefined (or file-wait) Event Wait task waits for a file to appear at the specified location. As soon as the file appears, the event succeeds and the file can be processed by the subsequent mapping.
2) A predefined (or file-wait) Event Wait waits for a file to appear at the specified location. As soon as the file appears, it is deleted and the subsequent task will start.

Questions by rohit.kataria06

Showing Answers 1 - 9 of 9 Answers

Anil

  • Jun 22nd, 2016
 

1 is answer the event wait task cannot delete any thing on its own!!

  Was this answer useful?  Yes

milind

  • Jul 12th, 2016
 

There are options which we have to select eg. to delete file after reading etc.,

  Was this answer useful?  Yes

Visal

  • Aug 13th, 2016
 

Event wait will be completed once the specified event occurs or in other words, it will wait for the event-raise activity to raise that particular event.
You can create an event-raise to poll for a .ind file and then this event is created and event-wait will be satisfied to kick off remaining workflow.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions