syndesisio / syndesis-rest

The API for Syndesis - a flexible, customizable, cloud-hosted platform that provides core integration capabilities as a service. It leverages Red Hat's existing product architecture using OpenShift Online/Dedicated and Fuse Integration Services.
https://syndesis-staging.b6ff.rh-idev.openshiftapps.com/api/v1/
Apache License 2.0
6 stars 17 forks source link

Add data shape to connections/actions in example flow #226

Closed gashcrumb closed 7 years ago

gashcrumb commented 7 years ago

Follow on from #220 we need this implemented in the example flow for the data mapper page -> https://github.com/redhat-ipaas/ipaas-rest/pull/188

gashcrumb commented 7 years ago

This is the config object we pass to the data mapper -> https://github.com/redhat-ipaas/datamapper-ui/blob/master/src/app/lib/ipaas-data-mapper/models/config.model.ts

looks like currently it just wants a string of the class name

KurtStam commented 7 years ago

@gashcrumb @chirino I'm going to change dataShapeIn/Out to String and it will be populated with something like https://github.com/redhat-ipaas/connectors/blob/master/connectors/salesforce-upsert-contact-connector/src/main/resources/camel-connector.json#L16-L17

Should we follow camel and call it inputDataType and outputDataType?

KurtStam commented 7 years ago

https://github.com/redhat-ipaas/ipaas-rest/pull/230