Closed micsafi closed 2 years ago
Hi @micsafi
Sorry for the delayed response as I was away for a while. Regarding your questions:
Hi @engswee
Thanks for the answers.
Is there a way to deploy value mappings via Flashpipe? As far I know, Value mappings are considered artefacts with same design time and deploy time concepts as iFlows so would it possible to deploy them via same APIs?
This would be particurarly handy when your values in a Value mapping differ between environments.
Hi @micsafi
Unfortunately, SAP does not currently provide all the required public APIs to make it meaningful to incorporate value mappings into FlashPipe. Integration Flows are currently the only artefact type that supports the full range of functions like create, update, delete and read via public APIs. Value Mappings do not.
You can refer to the APIs here https://api.sap.com/api/IntegrationContent/resource
Hmm, what specific operation is missing for Value Mappings?
In the current APIs you can already get and update Value Mapping design time artefacts and deploy them as well. In my view, that would cover the needs of most CI/CD pipelines.
Hey @engswee , What is about script collections? There is a dedicated API for uploading these. Is this covered by flashpipe as well?
Hi @SirtiB, The APIs for Script Collection was only added very recently. This is not supported by FlashPipe at the moment. Similar to the APIs for Value Mapping, it does not have the full range of functions required (create, update, download, delete and deploy). IMO, it won't be meaningful to include partial support for these artefact types as it will still require manual steps when handling them.
@micsafi & @SirtiB - both of you were previously interested in dealing with script collection and value mapping. Support for message mapping, script collection and value mapping has now been added in release 3.0.0
You can find out more in this public announcement of the release
Hi @engswee! Thanks for sharing this great tool Github, it really provides much needed automation capabilities for SAP Cloud Integration platform.
Some functional questions: