Skip to content

Commit d6544a9

Browse files
committed
upgrade di reference from feature/improvePluginDoc branch
1 parent d843915 commit d6544a9

168 files changed

Lines changed: 1327 additions & 5954 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/build/reference/aggregator/average.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tags:
1111

1212
Computes the weighted average.
1313

14-
### Examples
14+
## Examples
1515

1616
**Notation:** List of values are represented via square brackets. Example: `[first, second]` represents a list of two values "first" and "second".
1717

docs/build/reference/aggregator/firstNonEmpty.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tags:
1111

1212
Forwards the first input that provides a non-empty similarity score.
1313

14-
### Examples
14+
## Examples
1515

1616
**Notation:** List of values are represented via square brackets. Example: `[first, second]` represents a list of two values "first" and "second".
1717

docs/build/reference/aggregator/geometricMean.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tags:
1111

1212
Compute the (weighted) geometric mean.
1313

14-
### Examples
14+
## Examples
1515

1616
**Notation:** List of values are represented via square brackets. Example: `[first, second]` represents a list of two values "first" and "second".
1717

docs/build/reference/aggregator/handleMissingValues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tags:
1111

1212
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.
1313

14-
### Examples
14+
## Examples
1515

1616
**Notation:** List of values are represented via square brackets. Example: `[first, second]` represents a list of two values "first" and "second".
1717

docs/build/reference/aggregator/max.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tags:
1111

1212
At least one input score must be within the threshold. Selects the maximum score.
1313

14-
### Examples
14+
## Examples
1515

1616
**Notation:** List of values are represented via square brackets. Example: `[first, second]` represents a list of two values "first" and "second".
1717

docs/build/reference/aggregator/min.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tags:
1111

1212
All input scores must be within the threshold. Selects the minimum score.
1313

14-
### Examples
14+
## Examples
1515

1616
**Notation:** List of values are represented via square brackets. Example: `[first, second]` represents a list of two values "first" and "second".
1717

docs/build/reference/aggregator/quadraticMean.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tags:
1111

1212
Calculates the Euclidian distance.
1313

14-
### Examples
14+
## Examples
1515

1616
**Notation:** List of values are represented via square brackets. Example: `[first, second]` represents a list of two values "first" and "second".
1717

docs/build/reference/aggregator/scale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tags:
1111

1212
Scales a similarity score by a factor.
1313

14-
### Examples
14+
## Examples
1515

1616
**Notation:** List of values are represented via square brackets. Example: `[first, second]` represents a list of two values "first" and "second".
1717

docs/build/reference/customtask/.pages

Lines changed: 1 addition & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -2,66 +2,29 @@ nav:
22
- index.md
33
- "Add project files": addProjectFiles.md
44
- "Cancel Workflow": CancelWorkflow.md
5-
- "Combine CSV files": combine-csv.md
65
- "Concatenate to file": ConcatenateToFile.md
7-
- "Create Embeddings": cmem_plugin_llm-CreateEmbeddings.md
8-
- "Create/Update Salesforce Objects": cmem_plugin_salesforce-workflow-operations-SobjectCreate.md
96
- "Delete project files": deleteProjectFiles.md
107
- "Distinct by": DistinctBy.md
118
- "Download file": downloadFile.md
12-
- "Download Nextcloud files": cmem_plugin_nextcloud-Download.md
13-
- "Download Office 365 Files": cmem_plugin_office365-Download.md
14-
- "Download SSH files": cmem_plugin_ssh-Download.md
159
- "Evaluate template": Template.md
16-
- "Execute commands via SSH": cmem_plugin_ssh-Execute.md
17-
- "Execute Instructions": cmem_plugin_llm-ExecuteInstructions.md
1810
- "Execute REST requests": eccencaRestOperator.md
1911
- "Execute Spark function": SparkFunction.md
20-
- "Extract from PDF files": cmem_plugin_pdf_extract-pdf_extract-PdfExtract.md
21-
- "Generate base36 IRDIs": cmem_plugin_irdi-workflow-irdi_plugin-IrdiPlugin.md
22-
- "Generate SHACL shapes from data": cmem_plugin_shapes-plugin_shapes-ShapesPlugin.md
2312
- "Get project files": getProjectFiles.md
24-
- "GraphQL query": cmem_plugin_graphql-workflow-graphql-GraphQLPlugin.md
2513
- "Join tables": Merge.md
26-
- "jq": cmem-plugin-jq-workflow.md
27-
- "JQL query": cmem_plugin_jira-JqlQuery.md
28-
- "Kafka Consumer (Receive Messages)": cmem_plugin_kafka-ReceiveMessages.md
29-
- "Kafka Producer (Send Messages)": cmem_plugin_kafka-SendMessages.md
30-
- "List Nextcloud files": cmem_plugin_nextcloud-List.md
31-
- "List Office 365 Files": cmem_plugin_office365-List.md
32-
- "List project files": cmem_plugin_project_resources-List.md
33-
- "List SSH files": cmem_plugin_ssh-List.md
3414
- "Merge tables": MultiTableMerge.md
3515
- "Normalize units of measurement": ucumNormalizationTask.md
36-
- "OAuth2 Authentication": cmem_plugin_auth-workflow-auth-OAuth2.md
37-
- "Office 365 Upload Files": cmem_plugin_office365-Upload.md
3816
- "Parse JSON": JsonParserOperator.md
3917
- "Parse XML": XmlParserOperator.md
40-
- "Parse YAML": cmem_plugin_yaml-parse.md
4118
- "Pivot": Pivot.md
4219
- "Request RDF triples": tripleRequestOperator.md
4320
- "Scheduler": Scheduler.md
4421
- "Search addresses": SearchAddresses.md
45-
- "Search Vector Embeddings": cmem_plugin_pgvector-Search.md
46-
- "Send email": SendEmail.md
47-
- "Send Mattermost messages": cmem_plugin_mattermost.md
48-
- "Set or Overwrite parameters": cmem_plugin_parameters-ParametersPlugin.md
49-
- "SHACL validation with pySHACL": shacl-pyshacl.md
50-
- "SOQL query (Salesforce)": cmem_plugin_salesforce-SoqlQuery.md
22+
- "Send email": SendEMail.md
5123
- "SPARQL Construct query": sparqlCopyOperator.md
5224
- "SPARQL Select query": sparqlSelectOperator.md
5325
- "SPARQL Update query": sparqlUpdateOperator.md
54-
- "Split file": cmem_plugin_splitfile-plugin_splitfile-SplitFilePlugin.md
5526
- "SQL query": CustomSQLExecution.md
56-
- "Start Workflow per Entity": cmem_plugin_loopwf-task-StartWorkflow.md
57-
- "Store Vector Embeddings": cmem_plugin_pgvector-Store.md
5827
- "Unpivot": Unpivot.md
59-
- "Update SemSpect": cmem_plugin_semspect-task-Update.md
6028
- "Upload File to Knowledge Graph": eccencaDataPlatformGraphStoreFileUploadOperator.md
61-
- "Upload files to Nextcloud": cmem_plugin_nextcloud-Upload.md
62-
- "Upload local files": cmem_plugin_project_resources-UploadLocalFiles.md
63-
- "Upload SSH files": cmem_plugin_ssh-Upload.md
64-
- "Validate Entities": cmem_plugin_validation-validate-ValidateEntities.md
65-
- "Validate Knowledge Graph": cmem_plugin_validation-validate-ValidateGraph.md
6629
- "Validate XML": validateXsdOperator.md
6730
- "XSLT": xsltOperator.md

docs/build/reference/customtask/CancelWorkflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
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."
44
icon: octicons/cross-reference-24
55
tags:
66
- WorkflowTask
@@ -10,7 +10,7 @@ tags:
1010

1111

1212

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.
1414

1515

1616
## Parameter

0 commit comments

Comments
 (0)