Skip to main content
alokp677109
May 24, 2021
Question

Can Appian Plugin be coded using C#

  • May 24, 2021
  • 1 reply
  • 0 views

I have written a code to be used as a appian plugin using C#.

Does Appian supports C# language ?

If yes, how can I deploy the code written using C# ?

Or do I need to convert the C# code to Java code ?

1 reply

davel001150
May 24, 2021

Appian is written in Java.  Simplest thing is to convert to Java code.

The other thing you could possibly do is write your C# on the web with an API that Appian could then consume.  Appian could use THAT C#.