Hi Everyone,
I’m hoping to get some advice from the community on how to learn Appian Custom Plugin development.
I have 3.5 years of experience as an Appian developer and am familiar with standard Appian development (SAIL, records, process models, integrations, etc.). However, I have no experience with custom plugin development.
I have reviewed the Appian documentation, but I feel like I’m missing a learning path. It’s difficult to figure out:
How to start as a beginner
What are the actual prerequisites are
How to go from developing plugin code to testing in Appian
What a good first plugin project should entail
I would greatly appreciate any advice from anyone who has experience with:
A learning path for plugins
Examples or GitHub repos for beginners
Advice on local Appian development for testing plugins
Things you wish you had known when you started
Any advice, links, or personal experience would be greatly appreciated.
Thanks in advance for your help.
Discussion posts and replies are publicly visible
Plugin Order: Functions -> Smart Services/Data Types -> Components -> Connected Systems.Lifecycle: Code (Eclipse/Ant, Appian JARs) -> ant build -> JAR to /plugins/ -> Appian restart -> Test in expr/process/UI. Use local Developer Ed.Everything is documented here nicely.https://docs.appian.com/suite/help/26.1/Appian_Plug-ins.htmlhttps://docs.appian.com/suite/help/25.4/Custom_Data_Types_from_Java_Object.htmlhttps://docs.appian.com/suite/help/25.4/component-plugins.htmlhttps://docs.appian.com/suite/help/26.1/Appian_Plug-ins.htmlLet me know if you have any specific question.