add nextflow d30e48d
This commit is contained in:
17
nextflow/docs/developer/diagrams/nextflow.cloud.azure.mmd
Normal file
17
nextflow/docs/developer/diagrams/nextflow.cloud.azure.mmd
Normal file
@@ -0,0 +1,17 @@
|
||||
classDiagram
|
||||
%%
|
||||
%% nextflow.cloud.azure
|
||||
%%
|
||||
Executor <|-- AzBatchExecutor
|
||||
TaskHandler <|-- AzBatchTaskHandler
|
||||
BashWrapperBuilder <|-- AzBatchScriptLauncher
|
||||
|
||||
AzBatchExecutor --* AzConfig
|
||||
AzBatchExecutor --> AzBatchService : register
|
||||
|
||||
AzBatchExecutor --> TaskPollingMonitor : init
|
||||
AzBatchExecutor --> AzBatchTaskHandler : submit
|
||||
AzBatchTaskHandler --> AzBatchScriptLauncher : submit
|
||||
|
||||
SimpleFileCopyStrategy <|-- AzFileCopyStrategy
|
||||
AzBatchScriptLauncher --* AzFileCopyStrategy
|
||||
Reference in New Issue
Block a user