Workflow action to invoke DB Store Procedure

Hi Team, Is it possible to use IDN Workflow to invoke a Database Store Procedure ? We do see HTTP action but our use case need a value returned from Store Proc in a Database.

Thanks
Vijay

Hi Vijay,
Directly no. The HTTP Action is only to API calls. Maybe if your database exposes a REST API or if you create a service (for example, using a web service or a custom API) that acts as a wrapper around the stored procedure, you can make an HTTP call from the IDN Workflow to that API.

3 Likes

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