You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/build/reference/aggregator/handleMissingValues.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ tags:
11
11
12
12
Generates a default similarity score, if no similarity score is provided (e.g., due to missing values). Using this operator can have a performance impact, since it lowers the efficiency of the underlying computation.
13
13
14
-
###Examples
14
+
## Examples
15
15
16
16
**Notation:** List of values are represented via square brackets. Example: `[first, second]` represents a list of two values "first" and "second".
Copy file name to clipboardExpand all lines: docs/build/reference/customtask/CancelWorkflow.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: "Cancel Workflow"
3
-
description: "Cancels a workflow if a specified condition is fulfilled."
3
+
description: "Cancels a workflow if a specified condition is fulfilled. A typical use case for this operator is to cancel the workflow execution if the input data is empty."
4
4
icon: octicons/cross-reference-24
5
5
tags:
6
6
- WorkflowTask
@@ -10,7 +10,7 @@ tags:
10
10
11
11
12
12
13
-
Cancels a workflow if a specified condition is fulfilled.
13
+
Cancels a workflow if a specified condition is fulfilled. A typical use case for this operator is to cancel the workflow execution if the input data is empty.
0 commit comments