add nextflow d30e48d
This commit is contained in:
13
nextflow/docs/developer/diagrams/nextflow.cloud.google.mmd
Normal file
13
nextflow/docs/developer/diagrams/nextflow.cloud.google.mmd
Normal file
@@ -0,0 +1,13 @@
|
||||
classDiagram
|
||||
%%
|
||||
%% nextflow.cloud.google
|
||||
%%
|
||||
Executor <|-- GoogleBatchExecutor
|
||||
TaskHandler <|-- GoogleBatchTaskHandler
|
||||
BashWrapperBuilder <|-- GoogleBatchScriptLauncher
|
||||
|
||||
GoogleBatchExecutor --* BatchConfig
|
||||
|
||||
GoogleBatchExecutor --> TaskPollingMonitor : init
|
||||
GoogleBatchExecutor --> GoogleBatchTaskHandler : submit
|
||||
GoogleBatchTaskHandler --> GoogleBatchScriptLauncher : submit
|
||||
Reference in New Issue
Block a user