Question

Run task once file upon detection of new file

  • 21 November 2023
  • 1 reply
  • 30 views

Badge +4

Hello, in IFS10, can I run a scheduled task once a file has been uploaded to a folder?

 

Thanks

Ross


1 reply

Userlevel 6
Badge +15

@rosscortb normally you should be able to schedule a migration job that could watch for new files placed somewhere on the server (the shared folder also needs to be defined as DB Directory in Oracle DB).

Then the logic of what should be done with the records from the file is contained in the MigJob.

Reply