Nextflow documentation is migrating

Nextflow documentation is being migrated to docs.seqera.io/nextflow. This site will remain available throughout the migration.

nextflow.cloud.google

The nextflow.cloud.google package implements the Google Batch executor.

Class Diagram

        classDiagram
    %%
    %% nextflow.cloud.google
    %%
    Executor <|-- GoogleBatchExecutor
    TaskHandler <|-- GoogleBatchTaskHandler
    BashWrapperBuilder <|-- GoogleBatchScriptLauncher

    GoogleBatchExecutor --* BatchConfig

    GoogleBatchExecutor --> TaskPollingMonitor : init
    GoogleBatchExecutor --> GoogleBatchTaskHandler : submit
    GoogleBatchTaskHandler --> GoogleBatchScriptLauncher : submit

    

Note

Some classes may be excluded from the above diagrams for brevity.