Decision Management (ODM,ADS)

 View Only
Expand all | Collapse all

Batch Mode Implementation in ODM

  • 1.  Batch Mode Implementation in ODM

    Posted Wed February 03, 2021 08:38 AM
    Hi All,

    i am just thinking if this is possible or not. Any help on this is appreciated.
    Instead of calling ODM API (rest or soap) synchronously (like sending one request file each time) ,is it possible to send a bunch of requests(maybe 1000 or 10000) in a batch and expect a response also to be a bunch of records ?
    Any ideas or samples on this can be helpfull.

    Thankyou.


    ------------------------------
    [user]
    ------------------------------


  • 2.  RE: Batch Mode Implementation in ODM

    Posted Wed February 03, 2021 01:51 PM
    at the moment it is only possible if the ruleset itself is able to manage a list of requests and a list of response.
    You would still send one request and receive one response, but in the requests you would have a list of parameters and in the response a list of results.
    This require to create a loop in the ruleflow to evaluate individually each request 
    I can only suggest you open an RFE for asynchronous requests execution if you think it would be useful for your usecase here https://dba.ideas.aha.io/

    ------------------------------
    Alain Robert
    ------------------------------