Hello-
I am trying to build a plugin for my appian cloud version 25.3, I need to know to open up the input & output annotations,
1. Can you please let me know what is the jar we need to use for these annotations in the latest version
2. Also to build a plugin what are the mandatory SDK jars we need & from where can we obtain them.
import com.appiancorp.suiteapi.process.annotations.*;
import com.appiancorp.suiteapi.document.Document;
public class SharePointChunkedUploadSmartService extends AppianSmartService {
@Input(required = true)
@Name("Document")
private Document appianDocument;
@Name("DrvId")
private String driveId;
Regards
ANK
Discussion posts and replies are publicly visible
naveena935004 said:1. Can you please let me know what is the jar we need to use for these annotations in the latest version
appian-plug-in-sdk.jarorappian-suite-api.jar
naveena935004 said:Also to build a plugin what are the mandatory SDK jars we need & from where can we obtain them.
appian-plug-in-sdk.jar or appian-plugin-sdk.jarappian-suite-api.jarappian-ae.jarappian-types.jarhttps://docs.appian.com/suite/help/25.3/Custom_Smart_Service_Plug-ins.htmlGive a try
You just to have to add the first jar file to your classpath,and you will find in
<APPIAN_HOME>/_admin/sdk