I'm a beginner with RunMyProcess, and unfortunately, I have to implement something that seems rather complex:
- my RMP application must notify a Google App Engine each time a user adds an object in a collection.
This notification should be done using a HTTP call (a simple REST API).
I think that I need to create a new "Process" containing a "Provider". And this process will be triggered when the user clicks a button.
Does someone already done this kind of thing? Is a "Provider" the correct solution ?
Best regards
Frederic
If I understand correctly, you want to send a notification to external system, once a new data is added to collection.
To achieve this, please use a Composite API to add a new data in collection, once data is inserted, please add a new step in composite API to send notification to external system.
please create a connector for the external web-service in RunMyprocess and integrate it in composite API.
Please find refernce link as follows:-
1. https://docs.runmyprocess.com/Developer_Guide/Composite_API/
2.https://docs.runmyprocess.com/Developer_Guide/Composite_API/Composite_API_Example
3. https://docs.runmyprocess.com/Developer_Guide/Development_Environment/Toolbox/My_Connectors/Connectors
Thanks,
Pankaj Kumar
Fujitsu RunMyProcess Support
Thank you very much for your advice.
I was not aware of the composite API, this and the correct Connector will certainly do the job !
But I will post another email because, after investigation, it appears that the "simple REST API" of my Google App Engine requires a specific authentication.
Best regards
Frederic