BookmarkSubscribeRSS Feed
satya1861
Calcite | Level 5
Hi All?

I have a requirement to call decision published to MAS engine asynchronously. However , I have the following questions:

1. How to submit asynchronous calls to MAS engine ?

2. How to retrieve the result submitted to the MAS engine ?

Thanks in advance
1 REPLY 1
LinusH
Tourmaline | Level 20

1. Most web applications (including MAS) uses asynchronous communication, so not sure this has to be specified specifically...

2. MAS uses REST/Json API, so calling applications are receiving feed-back in that format. Then it's up to the developer of the decision to design the specific result set, with defined parameters.

 

Data never sleeps