Skip to content
Snippets Groups Projects

Add ARCHITECTURE.md for future products

Merged Daniel Lyons requested to merge documenting-future-products into main
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -108,7 +108,7 @@ class CapabilityEngineIF(ABC):
@abstractmethod
def submit_workflow_request(
self, execution_id:int, workflow_name: str, workflow_args: dict, files: List[AbstractFile]
self, execution_id: int, workflow_name: str, workflow_args: dict, files: List[AbstractFile]
):
pass
Loading