Skip to content

Commit d3b038b

Browse files
committed
Update DI markdown artifact - Plugin Reference and
Update DI markdown artifact - Activity Reference
1 parent 3b8b13e commit d3b038b

65 files changed

Lines changed: 4054 additions & 631 deletions

Some content is hidden

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

data/plugins.json

Lines changed: 863 additions & 202 deletions
Large diffs are not rendered by default.

docs/build/reference/customtask/.pages

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ nav:
22
- index.md
33
- "Add project files": addProjectFiles.md
44
- "Cancel Workflow": CancelWorkflow.md
5+
- "Clear dataset": clearDataset.md
56
- "Combine CSV files": combine-csv.md
67
- "Concatenate to file": ConcatenateToFile.md
78
- "Create Embeddings": cmem_plugin_llm-CreateEmbeddings.md
@@ -41,9 +42,11 @@ nav:
4142
- "Parse XML": XmlParserOperator.md
4243
- "Parse YAML": cmem_plugin_yaml-parse.md
4344
- "Pivot": Pivot.md
45+
- "Reason": cmem_plugin_reason-plugin_reason-ReasonPlugin.md
4446
- "Request RDF triples": tripleRequestOperator.md
4547
- "Scheduler": Scheduler.md
4648
- "Search addresses": SearchAddresses.md
49+
- "Search for Logs": cmem_plugin_logpoint-search_logs_task-RetrieveLogs.md
4750
- "Search Vector Embeddings": cmem_plugin_pgvector-Search.md
4851
- "Send email": SendEMail.md
4952
- "Send Mattermost messages": cmem_plugin_mattermost.md
@@ -67,5 +70,6 @@ nav:
6770
- "Upload SSH files": cmem_plugin_ssh-Upload.md
6871
- "Validate Entities": cmem_plugin_validation-validate-ValidateEntities.md
6972
- "Validate Knowledge Graph": cmem_plugin_validation-validate-ValidateGraph.md
73+
- "Validate OWL consistency": cmem_plugin_reason-plugin_validate-ValidatePlugin.md
7074
- "Validate XML": validateXsdOperator.md
7175
- "XSLT": xsltOperator.md

docs/build/reference/customtask/DistinctBy.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Distinct by"
3-
description: "Removes duplicated entities based on a user-defined path. Note that this operator does not retain the order of the entities."
3+
description: "Removes duplicated entities based on a user-defined path. Note that this operator does not retain the order of the entities. Since this operator accepts a flexible input schema, it can only be connected to operators that provide a non-flexible output schema. A typical way to achieve this is to place a transform operator before it, which produces a fixed output schema."
44
icon: octicons/cross-reference-24
55
tags:
66
- WorkflowTask
@@ -12,6 +12,9 @@ tags:
1212

1313
Removes duplicated entities based on a user-defined path. Note that this operator does not retain the order of the entities.
1414

15+
Since this operator accepts a flexible input schema, it can only be connected to operators that provide a non-flexible output schema.
16+
A typical way to achieve this is to place a transform operator before it, which produces a fixed output schema.
17+
1518

1619
## Parameter
1720

0 commit comments

Comments
 (0)