Legacy Dev Forum Posts

 View Only

Sign Up

DataTable Lookup action on edge or via the API?

  • 1.  DataTable Lookup action on edge or via the API?

    Posted 06-05-2025 19:10

    Nebojsa_Radovanovic | 2020-07-17 14:14:34 UTC | #1

    Hi all, Just curious, where are the the Data Table Lookups done, on the Edge, or are they using the genesys cloud API to retrieve the data? Also, generally speaking, are the data tables stored on the edge, or only in the cloud?

    Thanks,


    John_Carnell | 2020-07-17 14:34:33 UTC | #2

    Hi Nebojsa,

    The permanent storage for the data table is in the cloud (e.g DynamoDB). When you make calls to add, remove or delete data table data, the cloud API updates the DynamoDB table and then publishes a change notification to tell the edge to reload the data table from the cloud.

    When an edge is executing an architect flow and is doing a data table lookup, it is reading the data locally from a cache on the edge. This a pretty standard pattern for any data that is heavily used to prevent the edge from constantly having to do remote calls back to the cloud.

    I hope that answers your question.

    Thanks, John


    Nebojsa_Radovanovic | 2020-07-17 14:57:24 UTC | #3

    Thank you John, this was exactly what i was looking for! Regards, Nebojsa


    system | 2020-08-17 14:57:27 UTC | #4

    This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.


    This post was migrated from the old Developer Forum.

    ref: 8322