How to call a Python or JavaScript function in Appian

Certified Associate Developer

Hi.

I am running into a problem in my current use case. I am using Appian to load new tasks into my Appian application environment every day. These tasks are then automatically assigned to a set of workers/appian users. 

Each task has its own set of requirements that must match with the worker's set of skills. This is a classic work assignment problem and I was able to reduce it to a Min Cost Max Flow problem, to which there are many established solutions in the form of an algorithm. There are plenty of code implementations of these algorithms in Python, JavaScript, C, etc etc.

My problem is that I am having a hard time figuring out a way to incorporate these code implementations into Appian. 

Does Appian have a way of calling/compiling/running python or JS code?

  Discussion posts and replies are publicly visible