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 4 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 - This node will fetch the topic name when required from the payload property msg.payload.orbita.facts.topic

Relationship - This node will fetch the topic name when required from the payload property msg.payload.orbita.facts.relationship

Question - This node will fetch the topic name when required from the payload property msg.payload.orbita.facts.questions

Populate - Based on the selected items in this field, the node will fetch and populate the data in the payload object msg.payload.hub

  • Facts - The input should be 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 Facts - Input should be topic and output will be the corresponding Relationships' facts.

  • 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 - Input should be the question and the output will be the corresponding facts.

  • Engage Organization - The output will be the organization's details from the current project.

  • Related Facts - Takes the topic as input and outputs the related topics' facts.

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

Article Property - If you have a custom schema defined for the K-Graph, place the path to the property, where the fact is stored in your custom schema.

Related Articles

  • No labels