Hi, I have developed a smart service plugin which is working as expec

Hi,

I have developed a smart service plugin which is working as expected. Now I want to add one parameter to same.
When I am adding variable 7 getter() to java class and deploying ..its not getting deployed successfully.

Is there any other file where I have to make entry of new parameter ? or is there any other way to add parameter to plugin ?

Thanks!...

OriginalPostID-117310

OriginalPostID-117310

  Discussion posts and replies are publicly visible

Parents
  • Tushar,

    This is expected and Documented at the following link:
    forum.appian.com/.../Custom_Smart_Service_Plug-ins.html

    Per the Documentation, if a new version of a smart service is uploaded (with the same key as an existing one), the system verifies the plug-in definition. If any of the following conditions change, deployment fails:

    1) The number of inputs or outputs has changed
    2) An input or output was removed
    3) Switching an input to an output (or an output to an input)
    4) Changing the data type of an input or output
    5) Changing whether an input is required
    6) Switching an input to use an enumeration (or removing an enumeration)
Reply
  • Tushar,

    This is expected and Documented at the following link:
    forum.appian.com/.../Custom_Smart_Service_Plug-ins.html

    Per the Documentation, if a new version of a smart service is uploaded (with the same key as an existing one), the system verifies the plug-in definition. If any of the following conditions change, deployment fails:

    1) The number of inputs or outputs has changed
    2) An input or output was removed
    3) Switching an input to an output (or an output to an input)
    4) Changing the data type of an input or output
    5) Changing whether an input is required
    6) Switching an input to use an enumeration (or removing an enumeration)
Children
No Data