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/customtask/cmem_plugin_kafka-ReceiveMessages.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
@@ -26,7 +26,7 @@ flat schema:
26
26
27
27
-**key** - the optional key of the message,
28
28
-**content** - the message itself as plain text (use other operators, such as
29
-
[Parse JSON](https://documentation.eccenca.com/latest/deploy-and-configure/configuration/dataintegration/plugin-reference/#parse-json) or [Parse XML](https://documentation.eccenca.com/latest/deploy-and-configure/configuration/dataintegration/plugin-reference/#parse-xml) to process
29
+
[Parse JSON](JsonParserOperator.md) or [Parse XML](XmlParserOperator.md) to process
30
30
complex message content),
31
31
-**offset** - the given offset of the message in the topic,
32
32
-**ts-production** - the timestamp when the message was written to the topic,
Copy file name to clipboardExpand all lines: docs/explore-and-author/graph-exploration/building-a-customized-user-interface/workflow-trigger/index.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
@@ -34,7 +34,7 @@ A `shui:WidgetIntegration` resource needs to be created from the previously defi
34
34
35
35

36
36
37
-
Once the widget is created, it can be attached to a Node Shape by using a special-purpose non-validating [Widget property](../node-shapes#widgets).
37
+
Once the widget is created, it can be attached to a Node Shape by using a special-purpose non-validating [Widget property](../node-shapes/index.md#widgets).
38
38
39
39

40
40
@@ -55,4 +55,4 @@ Workflow Payload
55
55
-`graphIRI` is the IRI of the graph that is currently viewed, and
56
56
-`resourceIRI` is the IRI of the resource that is viewed.
57
57
58
-
To make use of this dynamic payload, the underlying workflow should define variable input using [Replaceable Datasets](../../../../build/workflows#replaceable-datasets).
58
+
To make use of this dynamic payload, the underlying workflow should define variable input using [Replaceable Datasets](../../../../build/workflows/index.md#replaceable-datasets).
0 commit comments