Project Structure

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.

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: Fri, Jun 03, 2022 (01:08:29 PM)

On This Page

FEEDBACK