File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
solution/src/main/openapi Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments