From 2e2dd0db3a6b0da24d94e221606234c1d1ea7eaa Mon Sep 17 00:00:00 2001 From: jbirddog <100367399+jbirddog@users.noreply.github.com> Date: Fri, 9 Jun 2023 15:24:17 -0400 Subject: [PATCH] Update wish_list.md (#322) Adding some connector proxy wish list items --- docs/wish_list/wish_list.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/wish_list/wish_list.md b/docs/wish_list/wish_list.md index 678172b5a..d58f7334e 100644 --- a/docs/wish_list/wish_list.md +++ b/docs/wish_list/wish_list.md @@ -23,5 +23,13 @@ Allow us to define a markdown file for a process group or process model, which w ### Form Builder Let's invest in a much better Form Builder experience, so that it is trivial to build new forms or modify existing forms. +## Connector Proxy +### Support Multiple Connector Proxies +Service Tasks have been a huge win, there are multiple reasons that supporting more than one Connector Proxy would be beneficial: + +1. Connect to several separately hosted services +2. Support mulitple services written in multiple languages +3. Allow some connectors to be local (http get/post) vs remote (xero/coin gecko) +4. Could support non http based connectors (git interactions could be a workflow)