Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Facts manager node will extract the facts, related topics, questions, and so on based on your choicetopics, relationships, and/or questions.

...

Project - Name of the project.

K-Graph - You can either select the K-Graph from the dropdown or pass the 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 The Facts Manager node will fetch the topic name when required from the payload property msg.payload.orbita.facts.topic

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

Question - This  The Facts Manager 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 topic and /or relationshipsrelationship. The output will be corresponding facts. If the topic or relationship or both are missing, the node will output all the facts listed in the K-Graph. You can set a limit to the output result using msg.payload.hub.facts.paging.itemCount

  • Relationships - Input should be topics a topic and the output will be the corresponding relationships.

  • Related topics - Input should be a 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.

...