We have a parallel execution in our solution, whereas one token is waiting for a timer to complete and the other token is in a subworkflow with some screens.
After the timer, we have a script that is searching for the token on a screen task.
Our question is now what will happen if the second token in the subworkflow is "moving" and at excatly the same time, the timer is expired. How will Appway behave? Will it wait until the second token is finished moving? Is the execution of the first token from the timer to the script locked? Or will Appway continue with workflow of the first token?
We have a parallel execution in our solution, whereas one token is waiting for a timer to complete and the other token is in a subworkflow with some screens.
After the timer, we have a script that is searching for the token on a screen task.
Our question is now what will happen if the second token in the subworkflow is "moving" and at excatly the same time, the timer is expired. How will Appway behave? Will it wait until the second token is finished moving? Is the execution of the first token from the timer to the script locked? Or will Appway continue with workflow of the first token?