Skip to content

Commit 74e8fc2

Browse files
committed
Added field orchestratorType to RunTemplate
1 parent f12feb4 commit 74e8fc2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

solution/src/main/openapi/solution.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -694,6 +694,8 @@ components:
694694
runTemplateSourceDir:
695695
type: string
696696
description: an optional directory where to find the run template source
697+
orchestratorType:
698+
$ref: "#/components/schemas/RunTemplateOrchestrator"
697699
executionTimeout:
698700
type: integer
699701
description: an optional duration in seconds in which a workflow is allowed to run
@@ -721,6 +723,10 @@ components:
721723
required:
722724
- enable
723725

726+
RunTemplateOrchestrator:
727+
type: string
728+
description: the Orchestrator to use for the Run Template
729+
enum: ["argo-workflow","csm-orc"]
724730
RunTemplateHandlerId:
725731
type: string
726732
description: the Run Template step handler identifier

0 commit comments

Comments
 (0)