'How to handle errors when multiple flows are running, Skip the failed flow and resume flow execution?
How to handle errors when multiple flows are running, Skip the failed flow and resume flow execution? I need to skip the failed flow and continue the rest part for execution
Solution 1:[1]
In the PAF(pace automation Framework)we have a feature to do this . If we put the flow in init separated by comma, it will automatically skip the failed one and continue execution.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Aruna |
