Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Facts Manager node

Facts manager node will extract the facts, related topics, questions, and so on based on your choice.

Project - Name of the project.

K-Graph - You can either select the K-Graph from the dropdown or pass the Kgraph Id in the property msg.payload.orbita.facts.kgraphid. The K-Graph id passed through the payload property will take priority.

Topic -  You can hardcode a topic value here or pass the topic in the property msg.payload.orbita.facts.topic. The payload property will take priority.

Relationship - You can hardcode a relationship value here or pass the relationship in the property msg.payload.orbita.facts.relationship. The payload property will take priority

Result Combination - The result combination selected in this field will get populated in the msg.payload.hub object.

  • Facts

    • When you have this selected, you should set the topics and/or relationships. The output will be corresponding facts.

  • Relationships

    • Input should be topics and the output will be the corresponding relationships.

  • Related topics

    • Input should be topic and the output will be related topics.

  • Relationship Articles

    • Takes the Relationship as input and outputs the Relationship's articles.

  • Related Questions

    • Input should be topic and the output will be related topics' questions

  • All Questions

    • The output will be the list of all the questions from the K-Graph selected.

  • First Question

    • The output will be the first questions from all the topics of the K-Graph selected.

  • Facts by Question

    • Requires input from the payload property

    msg.payload.orbita.facts.questions and the output will be the corresponding facts.

  • Engage org

    • The output will be the organization details from the current project.

  • Related Articles

    • Takes the topic as input and outputs the related topics' articles.

  • Hub Settings

    • The output will be the hub related content from the current project.

Article Property

Related Articles

  • No labels