Flow options
Posted: 09 Dec 2014 10:53
If I set a flow option to "Wait until the currently executing instance has finished", what does this do?
Does it postpone a second instance of the same flow starting to execute until the current one finishes or fails? If so how many instances can be "waiting/postponed" at once?
Use case is a flow that triggers taking photos etc. on a single failed login. Login might be attempted up to 5 times before the OS enforces a 30s wait, but the flow takes a while to execute. Using "Wait until the currently executing instance has finished", will the flow be executed 5 times (eventually)?
Does it postpone a second instance of the same flow starting to execute until the current one finishes or fails? If so how many instances can be "waiting/postponed" at once?
Use case is a flow that triggers taking photos etc. on a single failed login. Login might be attempted up to 5 times before the OS enforces a 30s wait, but the flow takes a while to execute. Using "Wait until the currently executing instance has finished", will the flow be executed 5 times (eventually)?