S7

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