Commencer un nouveau sujet
Répondu

Trigger an HTTP request to an external service

I would like to trigger a HTTP request to an external service (e.g. trigger databricks workflow via databricks API) by clicking a button on the application UI or via starting a semarchy workflow. Is it possible? 


Meilleure réponse

Hi Gyorgy,


you can configure a Rest Client, call it in an API Enricher, and trigger the Enricher in a stepper. If you want the user to click on a button to trigger the enricher, you can define a boolean attribute, used as a checkbox in the form, and add a SemQL condition to the enricher like

attBoolean='1'

I hope this helps.

Stéphanie.

1 commentaire

Réponse

Hi Gyorgy,


you can configure a Rest Client, call it in an API Enricher, and trigger the Enricher in a stepper. If you want the user to click on a button to trigger the enricher, you can define a boolean attribute, used as a checkbox in the form, and add a SemQL condition to the enricher like

attBoolean='1'

I hope this helps.

Stéphanie.

Connexion pour poster un commentaire