How to upload a microflow into the marketplace?

0
Hi Mendix Community , I 'd like to know how to upload a microflow which consumes an API into the marketplace, the main purpose to do that is my colleagues are able to implement easily this microflow in their apps.   Thanks in advance for your suggestions :)
asked
2 answers
1

Hi Diana, you can follow these steps:

  1. Create a Module: In your app, create a new module specifically for this microflow. Make sure it includes all necessary elements (like the microflow itself, API calls, and any helper entities or constants).

  2. Test the Module: Before uploading to the Marketplace, thoroughly test the module in a separate project to ensure it works as expected.

  3. Export the Module Package: Right-click on the module, select "Export Module Package," and save the file. This will create a .mpk file that you can upload to the Marketplace.

  4. Upload to the Marketplace:

    • Go to the Mendix Marketplace and click Add Content.
    • Follow the steps to upload your .mpk file, and provide relevant details like title, description, and version information.
    • Set the visibility to Private Marketplace” if you want it to be accessible only within your organization, or leave it public for wider use.
  5. Provide Usage Instructions: In the Marketplace listing, include instructions on how to implement and use the microflow in other apps, including any configuration details for the API.

Once you’ve published it, your colleagues can download the module from the Marketplace and add it to their apps.

answered
0

I have followed all steps , just one question , How Can I know which license should I choose?

answered