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