Logo

    Home

    Documentation

    Use Cases

    Training

    Applications

    Release Notes

    Marklogic Node

    Marklogic Node

    • Description
    • How to add it to a flow
    • How to use it
    • Marklogic Credentials
    • Read a document
    • Write a document

    Description

    The Marklogic node allows the developer to connect to Marklogic backend. This node allows two type of actions

    • Read a document
    • It gets a documents and return its data, so it can be used in the Automation Flow

    • Write a document
    • Save the data generated in the flow into a Marklogic document

    How to add it to a flow

    1. In your Automation Flow click in the + icon on the top right corner to add a new node
    2. image
    3. Search for “Marklogic”
    4. image
    5. Select the desired action
    6. image

    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”

    image

    That will open a new screen where you can set the credentials to access the Marklogic backend

    image

    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.

    image
    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

    image
    Parameter
    Description
    Document
    Id of the Document in the Marklogic Backend
    Content
    Data that will be saved in the Document
    Logo