From 7326deebeddb951f8cf6db9e85853bed16cfebe2 Mon Sep 17 00:00:00 2001 From: Jordan Safer Date: Wed, 26 Oct 2022 10:49:41 -0400 Subject: [PATCH] add support for empty outputs in orch passthrough --- src/main/resources/swagger/api-docs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/swagger/api-docs.yaml b/src/main/resources/swagger/api-docs.yaml index fc16946b0..ee73d0c87 100755 --- a/src/main/resources/swagger/api-docs.yaml +++ b/src/main/resources/swagger/api-docs.yaml @@ -8485,6 +8485,10 @@ components: userComment: type: string description: Freeform user defined description, optional (max length 1000 characters) + ignoreEmptyOutputs: + type: boolean + default: false + description: Whether or not to create output columns if they would be empty and optional. Defaults to false (columns are created). description: If the referenced method configuration takes no root entity, do not define `entityType`, `entityName` and `expression`. SubmissionStatus: