Export Microflow jar
Once you complete designing the Microflow, you can export it to be used on your local server. There are two ways of exporting Microflow to copy to app server for using it.
Embedded mode
Standalone Server mode
The exported format is different for the two modes. Let us see how we can use Microflow in both types.
When you choose standalone server mode, there is no separate deployment file as the Microflow is activated on the server as a REST Service and you can access it directly through the REST APIs.
Step 1: Click “Export Embedded Microflow” under "Choose Export" on the top right of the screen.
Step 2: Enter the name for the file to be saved in “File name” and click “Export”
Your Microflow will be downloaded as a Jar file and you can copy your Microflow to another java project and use it in embedded mode.