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?
Discussion posts and replies are publicly visible
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.
Dustin Bostian said: do you need to use a custom connected system plugin?
Yes