Skip to content

Commit 2421f13

Browse files
Adds known limitatons for MxPipelines
1 parent ee1336b commit 2421f13

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

content/en/docs/deployment/general/mendix-pipelines.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -338,11 +338,13 @@ Mendix automatically creates a webhook on your behalf to trigger Mendix Pipeline
338338

339339
### Known Issues and Limitations
340340

341-
Mendix Pipeline runs are not picked up and executed if the Mendix Pipelines functionality is undergoing maintenance.
341+
* **Mendix Pipelines maintenance behavior**Mendix Pipeline runs are not picked up and executed if the Mendix Pipelines functionality is undergoing maintenance.
342342

343-
It is not currently possible to add the same Mendix Pipeline step more than once in a Mendix Pipeline. This will be improved in the future.
343+
* **Duplicate pipeline steps not supported**It is not currently possible to add the same Mendix Pipeline step more than once in a Mendix Pipeline. This will be improved in the future.
344344

345-
In case of a system outage, Mendix Pipelines triggered during that time are not executed.
345+
* **System outages prevent pipeline execution** – In case of a system outage, Mendix Pipelines triggered during that time are not executed.
346+
347+
* **Pipelines continue to run after app offboarding** – If an app is offboarded while pipelines are still configured, they will continue to run on their automated schedules and generate failure notifications. To prevent this, active pipelines must be deactivated during the app offboarding process, before the app is removed.
346348

347349
## Read More
348350

0 commit comments

Comments
 (0)