Kicking of a .PY in a Mx microflow

0
We are building an app that needs a result of a Python exe (.py) is there a way to kick of a python program in a mendix microflow? Does anyone done this before and how?
asked
1 answers
3

One approach could be for your Python program to expose a REST API, and you could have your Mendix app call this to trigger the require functionality.

Hope this helps.

answered