Free cookie consent management tool by TermsFeed Developer Setup [Component Plug-Ins]
Developer Setup

To build component plug-ins, you'll need an Appian installation to test them. This page walks you through the steps to get your environment up and running so you can develop your first component.

We review all component plug-ins to ensure they meet our standards for customer use. Check the review guidelines and get a pre-approval to make sure you're on the right track before starting your developer setup.

Configure your developer instance

  1. If you don't already have an Appian instance, use the installation guide to install one.
  2. A properly configured dynamic content URL is required to use component plug-ins. For local installations, follow these steps:
    1. Create a dummy dynamic domain based on your site domain. For example, if your SERVER_AND_PORT property is local.example.com:8080, set DYNAMIC_SERVER_AND_PORT to local.example-dynamic.com:8080.
    2. Add local.example-dynamic.com to /etc/hosts (or C:\Windows\System32\Drivers\etc\hosts) and map it to your local IP address.

Register your developer instance

All component plug-ins must be reviewed and approved before they can be deployed and used by Appian developers to build applications. In order to deploy and test components that are still under-development you must register your developer instance using these steps:

  1. Request a developer token from the AppMarket Submissions Site:
    • Enter the FQDN on file with an active product license for a non-production server.
    • Provide the SERVER_AND_PORT value from custom.properties for your developer instance.
    • Include details on the type of component(s) you plan to build.

    Requesting a developer token can take up to seven (7) business days.

  2. Once your instance is approved we will provide a developer token. The token is valid only for the developer instance identified by the SERVER_AND_PORT you provide in the support case.
  3. Add the following property to your custom.properties file to enable component plug-in development: conf.plugins.INTEGRATION_SDK_DEVELOPER_TOKEN=<token value provided>
Open in Github Built: Fri, Mar 22, 2024 (05:04:28 PM)

Developer Setup

FEEDBACK