Google App Engine notification

136 views
Skip to first unread message

fge...@delfingen.com

unread,
Jan 7, 2019, 5:01:12 AM1/7/19
to Fujitsu RunMyProcess Developer Community
Hello,

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

RunMyProcess Support

unread,
Jan 7, 2019, 12:18:01 PM1/7/19
to Fujitsu RunMyProcess Developer Community, fge...@delfingen.com
Hi Federic,

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

fge...@delfingen.com

unread,
Jan 8, 2019, 9:13:23 AM1/8/19
to Fujitsu RunMyProcess Developer Community, fge...@delfingen.com
Hello Pankaj Kumar

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

Reply all
Reply to author
Forward
0 new messages