Data Action Processing

Hello

I know that when a Data Action is executed, the request to the web service is made from the AWS Cloud. But I was wondering... Is the response processing part done in the Cloud too?

I mean, if for example in an Inbound Flow, it executes a Call Data Action, does the edge just send the Data Action Inputs and receive the Outputs? Or does it do the processing too?

Thank you!

The edge sends the inputs to the data action service and gets the outputs back. This is the reason why you can not use a data action in Architect until it has been published. Publishing ensures that the input and output schemas of a data action can never change again.

--Jason

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