Description
The Marklogic node allows the developer to connect to Marklogic backend. This node allows two type of actions
- Read a document
- Write a document
It gets a documents and return its data, so it can be used in the Automation Flow
Save the data generated in the flow into a Marklogic document
How to add it to a flow
- In your Automation Flow click in the + icon on the top right corner to add a new node
- Search for “Marklogic”
- Select the desired action
How to use it
Marklogic Credentials
For both types of actions, Automation flow credentials are needed. To create a new credential simply add the node to a flow and in the first parameter “Credential to connect with” select the option of “Create New Credential”
That will open a new screen where you can set the credentials to access the Marklogic backend
Once set, those credentials could be reused in any flow
Read a document
This type of action will read a Document that is specified and return the data to the following nodes in the Automation Flow.
Parameter | Description |
Document | Id of the Document in the Marklogic Backend |
Write a document
This type of action will take data that is generated in previous nodes of the Automation flow and save it in a Document
Parameter | Description |
Document | Id of the Document in the Marklogic Backend |
Content | Data that will be saved in the Document |