• Hi,

    you could use a scripttask which checks the state of your input file, and if its locked waits for e.g. 1 second.

    To prevent the package from running into a deadlock you should limit the number of retries, this could be done using a loop.

    Regards,

    Jan