Skip to content

Commit c5aaf30

Browse files
author
Alan Christie
committed
feat: Tweak launcher definition
1 parent d686a7c commit c5aaf30

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/instance_launcher.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ def launch(
3535
workflow_id: str,
3636
running_workflow_step_id: str,
3737
workflow_definition: Dict[str, Any],
38-
step: str,
3938
step_specification: Dict[str, Any],
4039
) -> LaunchResult:
4140
assert project_id

workflow/workflow_abc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ def launch(
2929
*,
3030
project_id: str,
3131
workflow_id: str,
32+
running_workflow_step_id: str,
3233
workflow_definition: Dict[str, Any],
33-
step: str,
3434
step_specification: Dict[str, Any],
3535
) -> LaunchResult:
3636
"""Launch a (Job) Instance"""

0 commit comments

Comments
 (0)