Skip to content

Commit 8733c6c

Browse files
committed
Updates for Sliding Window trigger
1 parent 82d8672 commit 8733c6c

File tree

6 files changed

+12
-13
lines changed

6 files changed

+12
-13
lines changed

articles/connectors/connectors-native-recurrence.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ For differences between this trigger and the Sliding Window trigger or for more
5050

5151
| Property | JSON name | Required | Type | Description |
5252
|----------|-----------|----------|------|-------------|
53-
| **Interval** | `interval` | Yes | Integer | A positive integer that describes how often the workflow runs based on the frequency. Here are the minimum and maximum intervals: <p>- Month: 1-16 months </br>- Day: 1-500 days </br>- Hour: 1-12,000 hours </br>- Minute: 1-72,000 minutes </br>- Second: 1-9,999,999 seconds<p>For example, if the interval is 6, and the frequency is "Month", then the recurrence is every 6 months. |
53+
| **Interval** | `interval` | Yes | Integer | A positive integer that describes how often the workflow runs based on the frequency. Here are the minimum and maximum intervals: <p>- Month: 1-16 months <br>- Week: 1-71 weeks <br>- Day: 1-500 days <br>- Hour: 1-12,000 hours <br>- Minute: 1-72,000 minutes <br>- Second: 1-9,999,999 seconds<p>For example, if the interval is 6, and the frequency is "Month", then the recurrence is every 6 months. |
5454
| **Frequency** | `frequency` | Yes | String | The unit of time for the recurrence: **Second**, **Minute**, **Hour**, **Day**, **Week**, or **Month** |
5555
||||||
5656

articles/connectors/connectors-native-sliding-window.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: deli, klam, logicappspm
77
ms.topic: conceptual
8-
ms.date: 05/25/2019
8+
ms.date: 03/25/2020
99
---
1010

1111
# Schedule and run tasks for contiguous data by using the Sliding Window trigger in Azure Logic Apps
@@ -14,9 +14,9 @@ To regularly run tasks, processes, or jobs that must handle data in contiguous c
1414

1515
Here are some patterns that this trigger supports:
1616

17-
* Run immediately and repeat every *n* number of seconds, minutes, or hours.
17+
* Run immediately and repeat every *n* number of seconds, minutes, hours, days, weeks, or months.
1818

19-
* Start at a specific date and time, then run and repeat every *n* number of seconds, minutes, or hours. With this trigger, you can specify a start time in the past, which runs all past recurrences.
19+
* Start at a specific date and time, then run and repeat every *n* number of seconds, minutes, hours, days, weeks, or months. With this trigger, you can specify a start time in the past, which runs all past recurrences.
2020

2121
* Delay each recurrence for a specific duration before running.
2222

@@ -36,24 +36,23 @@ For differences between this trigger and the Recurrence trigger or for more info
3636

3737
1. Sign in to the [Azure portal](https://portal.azure.com). Create a blank logic app.
3838

39-
1. After Logic App Designer appears, in the search box, enter "sliding window" as your filter. From the triggers list, select this trigger as the first step in your logic app workflow: **Sliding Window**
39+
1. After the Logic App Designer appears, in the search box, enter `sliding window` as your filter. From the triggers list, select the **Sliding Window** trigger as the first step in your logic app workflow.
4040

4141
![Select "Sliding Window" trigger](./media/connectors-native-sliding-window/add-sliding-window-trigger.png)
4242

4343
1. Set the interval and frequency for the recurrence. In this example, set these properties to run your workflow every week.
4444

4545
![Set interval and frequency](./media/connectors-native-sliding-window/sliding-window-trigger-details.png)
4646

47-
| Property | Required | JSON name | Type | Description |
47+
| Property | JSON name | Required | Type | Description |
4848
|----------|----------|-----------|------|-------------|
49-
| **Interval** | Yes | interval | Integer | A positive integer that describes how often the workflow runs based on the frequency. Here are the minimum and maximum intervals: <p>- Hour: 1-12,000 hours </br>- Minute: 1-72,000 minutes </br>- Second: 1-9,999,999 seconds<p>For example, if the interval is 6, and the frequency is "Hour", then the recurrence is every 6 hours. |
50-
| **Frequency** | Yes | frequency | String | The unit of time for the recurrence: **Second**, **Minute**, or **Hour** |
49+
| **Interval** | `interval` | Yes | Integer | A positive integer that describes how often the workflow runs based on the frequency. Here are the minimum and maximum intervals: <p>- Month: 1-16 months <br>- Week: 1-71 weeks <br>- Day: 1-500 days <br>- Hour: 1-12,000 hours <br>- Minute: 1-72,000 minutes <br>- Second: 1-9,999,999 seconds <p>For example, if the interval is 6, and the frequency is "Month", then the recurrence is every 6 months. |
50+
| **Frequency** | `frequency` | Yes | String | The unit of time for the recurrence: **Second**, **Minute**, **Hour**, **Day**, **Week**, or **Month** |
5151
||||||
5252

5353
![Advanced recurrence options](./media/connectors-native-sliding-window/sliding-window-trigger-more-options-details.png)
5454

55-
For more recurrence options, open the **Add new parameter** list.
56-
Any options that you select appear on the trigger after selection.
55+
For more recurrence options, open the **Add new parameter** list. Any options that you select appear on the trigger after selection.
5756

5857
| Property | Required | JSON name | Type | Description |
5958
|----------|----------|-----------|------|-------------|
18.9 KB
Loading
5.92 KB
Loading
2.47 KB
Loading

articles/logic-apps/concepts-schedule-automated-recurring-tasks-workflows.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: deli, klam, logicappspm
77
ms.topic: conceptual
8-
ms.date: 05/25/2019
8+
ms.date: 03/25/2020
99
---
1010

1111
# Schedule and run recurring automated tasks, processes, and workflows with Azure Logic Apps
@@ -43,13 +43,13 @@ This article describes the capabilities for the Schedule built-in triggers and a
4343

4444
## Schedule triggers
4545

46-
You can start your logic app workflow by using the Recurrence trigger or Sliding Window trigger, which isn't associated with any specific service or system, for example, Office 365 Outlook or SQL Server. These triggers start and run your workflow based on your specified recurrence where you select the interval and frequency, such as the number of seconds, minutes, and hours for both triggers, or the number of days, weeks, or months for the Recurrence trigger. You can also set the start date and time as well as the time zone. Each time that a trigger fires, Logic Apps creates and runs a new workflow instance for your logic app.
46+
You can start your logic app workflow by using the Recurrence trigger or Sliding Window trigger, which isn't associated with any specific service or system, for example, Office 365 Outlook or SQL Server. These triggers start and run your workflow based on your specified recurrence where you select the interval and frequency, such as the number of seconds, minutes, hours, days, weeks, or months. You can also set the start date and time as well as the time zone. Each time that a trigger fires, Logic Apps creates and runs a new workflow instance for your logic app.
4747

4848
Here are the differences between these triggers:
4949

5050
* **Recurrence**: Runs your workflow at regular time intervals based on your specified schedule. If recurrences are missed, the Recurrence trigger doesn't process the missed recurrences but restarts recurrences with the next scheduled interval. You can specify a start date and time as well as the time zone. If you select "Day", you can specify hours of the day and minutes of the hour, for example, every day at 2:30. If you select "Week", you can also select days of the week, such as Wednesday and Saturday. For more information, see [Create, schedule, and run recurring tasks and workflows with the Recurrence trigger](../connectors/connectors-native-recurrence.md).
5151

52-
* **Sliding Window**: Runs your workflow at regular time intervals that handle data in continuous chunks. If recurrences are missed, the Sliding Window trigger goes back and processes the missed recurrences. You can specify a start date and time, time zone, and a duration to delay each recurrence in your workflow. This trigger doesn't have options to specify days, weeks, and months, hours of the day, minutes of the hour, and days of the week. For more information, see [Create, schedule, and run recurring tasks and workflows with the Sliding Window trigger](../connectors/connectors-native-sliding-window.md).
52+
* **Sliding Window**: Runs your workflow at regular time intervals that handle data in continuous chunks. If recurrences are missed, the Sliding Window trigger goes back and processes the missed recurrences. You can specify a start date and time, time zone, and a duration to delay each recurrence in your workflow. This trigger doesn't have options to specify the hours of the day, minutes of the hour, and days of the week. For more information, see [Create, schedule, and run recurring tasks and workflows with the Sliding Window trigger](../connectors/connectors-native-sliding-window.md).
5353

5454
<a name="schedule-actions"></a>
5555

0 commit comments

Comments
 (0)