Export microflow to mpk package

0
Hi everyone, After reading all information of a microflow by SDK, we are looking for the way to export those info to MPK package just like the way MendixModeler does. Do you have any resource providing further information about that (structure of Microflow mpk package, and way to decrypt data for example?)   Best regards,
asked
2 answers
0

The mpk file is a SQLLite database with a couple of records that contain dotnet streamed data and hashes to validate them. No documentation is available for that as far as I know.

What is the purpose of create export package automatically?

answered
0

Do you want to export the full Model as MPK from your SDK script?

Then you could try the exportMPK function

mendixSdkClient.model().exportMpk(...)

 

answered