Files
ma/nextflow/docs/developer/diagrams/nextflow.cloud.google.mmd
2026-04-29 23:01:54 +02:00

14 lines
414 B
Plaintext

classDiagram
%%
%% nextflow.cloud.google
%%
Executor <|-- GoogleBatchExecutor
TaskHandler <|-- GoogleBatchTaskHandler
BashWrapperBuilder <|-- GoogleBatchScriptLauncher
GoogleBatchExecutor --* BatchConfig
GoogleBatchExecutor --> TaskPollingMonitor : init
GoogleBatchExecutor --> GoogleBatchTaskHandler : submit
GoogleBatchTaskHandler --> GoogleBatchScriptLauncher : submit