Skip to main content
May 24, 2023
Question

Plugin for Python

  • May 24, 2023
  • 7 replies
  • 0 views

Hi Team,

Is there any plugin available for python to integrate with Appian?

7 replies

stefanhelzle0001
May 24, 2023

Appian is build on Java and there is no way to develop plugin code in Python.

But, what what kind of integration do you mean?

mikes0011
Brainy
May 24, 2023
there is no way to develop plugin code in Python

Really?  Then what did this mean?

mathieud0001
May 24, 2023

That's a component plugin (front end) I believe.

For a smart service or function it needs to be able to run on the jvm.

mathieud0001
May 24, 2023

I'm assuming that you would like to use a Python library in a plugin?

February 19, 2025

we have a similar requirement. Is there any way we can use the Python library  itertools — Functions creating iterators for efficient looping — Python 3.13.2 documentation in Appian plug-ins?

stefanhelzle0001
February 19, 2025

As per the documentation, Appian plugins are in Java only.