Update wish_list.md (#322)

Adding some connector proxy wish list items
This commit is contained in:
jbirddog 2023-06-09 15:24:17 -04:00 committed by GitHub
parent 121b3c7cc9
commit 2e2dd0db3a
1 changed files with 8 additions and 0 deletions

View File

@ -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)