Versions Compared

Key

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

Orbita has an endpoint that dynamically captures and processes new data (Tasks, Survey, Healthcare Data, and Rules) to Experience Designer.

Table of Contents
excludeRelated

New data that is obtained from any of the following sources is stored in the database.

...

As soon as the new data is stored in the database, the dynamic listening endpoint is triggered in the Experience Designer, and the respective flow is executed thereafter.

...

Dynamic Listener

The structure of endpoint is /orbita/data/:name. This endpoint constantly monitors for any new data (Task, Rule, Healthcare Data or Survey) that is added to the database.

...

  1. Go to or search for http node.

  2. Drag and drop the http in node into the canvas.

  3. Double click the http in node to edit the settings.

  4. Enter the following information:

    • Method. Mention if the URL provided is to post or get data. Should be set POST for Dynamic Listener node.

    • URL. Place the URL of the endpoint (/orbita/data/:name).

    • Name. Enter a name for the function.

...

Post-processing data

After the Dynamic Listener fetches new data to Experience designer, you can create custom flows to use the data. For example, the following flow captures and compares today’s weight data, from the tasks, with the previous day’s weight data and creates an alert if the difference is greater than # pounds.

...

Also see, How to mark a task complete, based on the posted data

Related Articles

Filter by label (Content by label)
showLabelsfalse
max5
showSpacefalse
cqllabel = "listeners"