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.
Note: 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.
SERVER_AND_PORT
property is local.example.com:8080
, set DYNAMIC_SERVER_AND_PORT
to local.example-dynamic.com:8080
.local.example-dynamic.com
to /etc/hosts
(or C:\Windows\System32\Drivers\etc\hosts
) and map it to your local IP address.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:
FQDN
on file with an active product license for a non-production server.SERVER_AND_PORT
value from custom.properties
for your developer instance.Note: Requesting a developer token can take up to seven (7) business days.
SERVER_AND_PORT
you provide in the support case.custom.properties
file to enable component plug-in development: conf.plugins.INTEGRATION_SDK_DEVELOPER_TOKEN=<token value provided>
Developer Setup