Hi Team,
Can we call the python scripts from Appian,I need to trigger it from Appian
We are using the cloud
Thanks,
Udayasai
Discussion posts and replies are publicly visible
You should be able to expose your Python script using an HTTP server, which can then be called from Appian.
Hi Carlose,
Thank you, Instead of hitting the api, can we have any other suggestions?
Not the option I would go with, but you could see if there's a way to compile Python to JVM bytecode. You would do that to expose your scripts as Appian plugins. Before exploring this option, I would exhaust all possibilities of using a Python web server to expose your scripts.
Thanks Carlos, Let me see