mendix / ExtensionAPI-Samples

Samples and reference documentation for the Mendix Extensions API
MIT License
10 stars 4 forks source link

Missing documentation about how to add Events, Flows, Decisions, Activities, Loops #3

Closed garethloot closed 3 months ago

garethloot commented 3 months ago

I am missing a example of how i can add action steps like a create object or commit object to a microflow. What kind of types do you have to use in currentApp.Create();

The examples show how to do a microflowCall but i want to use the build in action steps like retrieve create and decisions.

mauritselzinga-mx commented 3 months ago

Hi Gareth, We currently don't support all model elements yet. For now, microflows only support call microflow actions and java actions. We will however soon be expanding this to more actions.

garethloot commented 3 months ago

Thanks, that explains it.