Skip to content

Commit 4dd8b9e

Browse files
committed
Add deprecation to Microflow Timer
1 parent 3e71690 commit 4dd8b9e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

content/en/docs/marketplace/platform-supported-content/widgets/microflow-timer.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
---
22
title: "Microflow Timer"
3+
deprecated: true
34
url: /appstore/widgets/microflow-timer/
45
description: "Describes the configuration and usage of the Microflow Timer widget, which is available in the Mendix Marketplace."
56
#If moving or renaming this doc file, implement a temporary redirect and let the respective team know they should update the URL in the product. See Mapping to Products for more details.
67
---
78

9+
{{% alert color="warning" %}}
10+
This widget is deprecated. For handling actions when a component loads or context changes use the [Events](/appstore/widgets/events/) widget.
11+
{{% /alert %}}
12+
813
## Introduction
914

1015
The [Microflow Timer](https://marketplace.mendix.com/link/component/27/) widget can be used to time and execute a microflow or nanoflow as long as a certain page is open. The microflow or nanoflow can be executed once or repeatedly, in which case it will not stop until it returns false or until the page is closed.

0 commit comments

Comments
 (0)