Now that support for network tags in Google Batch has been merged into Nextflow via PR #5951 , the Platform should expose a corresponding option in the UI to allow users to define custom network tags when configuring a Google Batch CE. Network tags are critical for GCP environments where firewall rules, routing configurations, or other networking behaviors are scoped based on these tags. Without the ability to specify these in the Platform UI, users will have to specify them at the Nextflow config level for each workflow/execution. Proposed Feature: Add a new input field to the Google Batch CE Advanced Options panel in the Platform UI. This field should accept one or more comma-separated network tags, which will be passed through to Nextflow and included in the google.batch.networkTags` setting in config. Validation should ensure the tags follow GCP's allowed syntax (e.g., lowercase letters, digits, hyphens; must start and end with a letter or number). You can find more info here on network tags: https://cloud.google.com/vpc/docs/add-remove-network-tags