cancel
Showing results for 
Search instead for 
Did you mean: 

Trigger an iFlow from UI5 Screen

Former Member
0 Kudos

Hello Friends,

I have a requirement where I would like to perform below steps.

- I have a UI5 based interface where user is going to monitor different devices and if something goes wrong user would like to initiate some actions.

- Now this action needs to start an iFlow in SCI(HCI) with a key value, which should pick the record via OData from a schema with the key value passed from UI5.

How can I achieve this? Also please let me know if this is possible at all to start an iFlow this way. Also please let me know how can I pass a key value from UI5 to the iFlow.

Regards

Amitabh

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member484715
Contributor
0 Kudos

Hi Amitabh Dubey,

You could try to send your key value to the OData and try to access your the value from your iFlow application. Please go through the foll. links for more information :

https://blogs.sap.com/2014/07/29/create-a-new-iflow-in-sap-hana-cloud-integration-hci-for-integratin...

https://answers.sap.com/questions/54403/nwds-or-eclipse-for-fiori-sapui5-sap-po-esriflows.html

Regards,

Arjun Biswas

Former Member
0 Kudos

Thanks Arjun. But this won't work for me. I need to trigger an iFlow from another event.

Regards

Amitabh