Execute Informatica workflows using CUBA Platform

Hi,

In my environment, we used to call informatica wokflows using java JSch class.

Is there any otherway to execute the informatica workflows using cuba platform?
and is it possible to get get push notifications once the triggered workflow has completed in the background?

Thanks in advance.

Regards,
Velankanni J

You can use any standard Java ways of executing external programs.
For push notifications, consider using this add-on: Global Events – CUBA Platform

Thanks.
Let me try the add-on for push notifications.