Skip to main content
March 10, 2022
Question

How to register a component plug-in on Local Environment?

  • March 10, 2022
  • 2 replies
  • 0 views

Hi, we are using on-premise dev environment. We want to create our own custom button with some different style.

Could you please suggest what all methods need to be implemented and how to register plug-in to our own environment without registering it to Appian App marketplace?

Can it be achieved from Appian web designer as server access will be limited? 

    2 replies

    gopalk2865
    Participating Frequently
    March 10, 2022

    Hi bipin,

    You can go through below link ,

    https://docs.appian.com/suite/help/21.1/Appian_Plug-ins.html

    March 10, 2022

    Hi Gopalk,

    We follows the steps and getting below error message in the tomcat log.

     

    ‘Component plug-in approval verification failed. Please contact Appian for approval process'.

    We are using local environment, is it possible to test plug-in without approval process as this is just a sample plug-in. We have taken this plugin from Appian samples

    https://github.com/appian/integration-sdk-examples/tree/master/Component%20Plug-in%20(CP)%20Examples/backgroundColor

    Please suggest is there any way to test this plug-in without registering to app Market by changing appian-component-plugin.xml file.