Skip to main content
dustinb2777
New Participant
July 14, 2025
Solved

Component Plugin with HTTP Connected System

  • July 14, 2025
  • 1 reply
  • 0 views

Is it possible to use an HTTP Connected System with Appian.Component.invokeClientApi in a custom component plugin, or do you need to use a custom connected system plugin?

Best answer by shubhama926776

Based on my basic plugin knowledge You cannot use an HTTP Connected System with Appian.Component.invokeClientApi.

The invokeClientApi method can only call Java functions within your custom component plugin itself - it cannot access external Appian objects like connected systems.


do you need to use a custom connected system plugin?

Yes

1 reply

shubhama926776
July 14, 2025

Based on my basic plugin knowledge You cannot use an HTTP Connected System with Appian.Component.invokeClientApi.

The invokeClientApi method can only call Java functions within your custom component plugin itself - it cannot access external Appian objects like connected systems.


do you need to use a custom connected system plugin?

Yes