S7
Across
- 5. Executes block when test passes.
- 6. Performs final cleanup.
- 7. Evaluates Boolean logic.
- 8. Executes activities linearly.
- 10. Chooses branch by expression result.
- 12. Stops workflow execution.
- 13. Sets or updates variable value.
- 14. Waits for given duration.
- 15. Skips to next iteration.
- 16. Exits loop immediately.
- 17. Branch node in flowchart.
- 18. Calls another XAML file.
Down
- 1. Model with transitions between states.
- 2. Executes branches concurrently.
- 3. Raises custom or system error.
- 4. Number of reattempts allowed.
- 9. Waits until UI element appears.
- 11. Repeats while a condition is true.
- 12. Handles exceptions gracefully.
- 17. Always runs after Try-Catch.