Free cookie consent management tool by TermsFeed Project Structure [Connected System Plug-Ins]
Project Structure

Overview

This page shows you how to structure your connected system plug-in project to ensure that your plug-in JAR contains the right files in the right places.

Tip:  This version of Appian supports component plug-ins that use SDK version 1.0.0. Refer to the Integration SDK compatibility table for version details.

Plug-in project structure

  • file MyPlugin - packaged as a JAR
    • folder src
      • folder main
        • folder java
          • folder com
            • folder mycorp
              • file MyConnectedSystemTemplate.java - stores credentials and authentication configuration details
              • file MyIntegrationTemplate.java - a single operation available to designers
        • folder resources
Open in Github Built: Wed, Apr 24, 2024 (06:52:47 PM)

Project Structure

FEEDBACK