Skip to content

Commit

Permalink
docs(dmn): allow to return blank table output as null (#1498)
Browse files Browse the repository at this point in the history
  • Loading branch information
tasso94 committed Jul 20, 2023
1 parent 740dd6a commit b3a17c9
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -881,6 +881,15 @@ The following is a list with the most commonly used process engine configuration
</td>
</tr>

<tr id="dmnReturnBlankTableOutputAsNull">
<td><code>dmnReturnBlankTableOutputAsNull</code></td>
<td>Boolean</td>
<td>
Controls whether blank DMN table outputs are swallowed or returned as <code>null</code>.<br><br>
Default value: <code>false</code>
</td>
</tr>

<tr id="initializeTelemetry">
<td><code>initializeTelemetry</code></td>
<td>boolean</td>
Expand Down

0 comments on commit b3a17c9

Please sign in to comment.