We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f27bd63 commit a37803eCopy full SHA for a37803e
workflow/workflow_abc.py
@@ -21,7 +21,8 @@ class LaunchResult:
21
22
23
class InstanceLauncher(ABC):
24
- """The class handling the launching of (Job) instances."""
+ """The class handling the launching of (Job) instances, used by the Engine
25
+ to launch Workflow 'Step' Jobs."""
26
27
@abstractmethod
28
def launch(
0 commit comments