Feb 08 2021 09:17 AM
I've got an app configured that in the requirements it looks for the presence of a file and if it is there, it meets the requirements and will install.
If, say, the file shows up after the evaluation of the app requirements, will the app look again and install or is it one-time and that's it?
Feb 09 2021 11:12 PM
Feb 10 2021 08:25 AM
@Pa_D I get that. but the initial run of the app wouldn't have failed, it would have seen that the requirement wasn't met. So does it look again after a while?
Feb 10 2021 12:09 PM
@Tomnibus_MedOne sorry can you help me clarify.
What i understood is, (for example) Initially a file was missing which is a requirement for app installation. Because the requirement is missing, the app install was supposed to fail initially right? why do you think it wouldn't have failed?
And yes, in next run it is again going to look for presence of that file.
Feb 10 2021 12:11 PM
I figured it wouldn't have failed because the requirements wouldn't have been met. So, I thought it was two different things: 1. requirements not met so don't run at all. As opposed to 2. run but fail because file not found.