Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
---
title: "11.8"
parent: "metamodel-11"
---

## 11.8.0

### Workflows

#### Workflow (ModelUnit)
* We introduced the `eventSubProcesses` property.

#### EventSubProcess (Element)
* We introduced this element.

#### NonInterruptingNotificationEventSubProcessStartActivity (Element)
* We introduced this element.

#### NonInterruptingNotificationEventSubProcessStartActivityTarget (Element)
* We introduced this element.

### Settings

#### WebUIProjectSettingsPart (Element)
* We introduced the `exportEmbeddedEntrypoint` property.

### Pages

#### CancelSynchronizationClientAction (Element)
* We introduced this element.

#### SnippetParameterMapping (Element)
* We made the `variable` property optional.
* We changed the default value of the `variable` property.
* We introduced the `argument` property.

### Microflows

#### CancelSynchronizationAction (Element)
* We introduced this element.

#### TransformJsonAction (Element)
* We introduced this element.

### CustomWidgets

#### WidgetValueType (Element)
* We introduced the `allowUpload` property.

### DataTransformers

#### DataTransformer (ModelUnit)
* We introduced this modelunit.

#### Step (Element)
* We introduced this element.

#### TransformerAction (Element)
* We introduced this element.

#### JsltAction (Element)
* We introduced this element.

#### Source (Element)
* We introduced this element.

#### JsonSource (Element)
* We introduced this element.

#### StructureElement (Element)
* We introduced this element.

#### StructureObject (Element)
* We introduced this element.

#### StructureAttribute (Element)
* We introduced this element.

#### StructureValue (Element)
* We introduced this element.

#### StructureValueType (Element)
* We introduced this element.

#### BooleanValueType (Element)
* We introduced this element.

#### LongValueType (Element)
* We introduced this element.

#### DecimalValueType (Element)
* We introduced this element.

#### DateTimeValueType (Element)
* We introduced this element.

#### StringValueType (Element)
* We introduced this element.

This page has been generated automatically.
7 changes: 7 additions & 0 deletions content/en/docs/releasenotes/sdk/model-sdk/model-sdk-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ url: /releasenotes/sdk/model-sdk-4/
weight: 97
---

## 4.109.0 {#4109}

**Release date: February 17th, 2026**

* We added support for Mendix [11.8.0](../studio-pro/11).
* We added support for Mendix Metamodel [11.8.0](metamodel-11.8).

## 4.108.0 {#4108}

**Release date: January 22nd, 2026**
Expand Down