You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a detailed guide describing how to monitor Azure Logic Apps workflow run status, review trigger and workflow run history, and set up alerts, see [Monitor workflows](monitor-logic-apps.md).
14
+
For a detailed guide describing how to check Azure Logic Apps workflow status, view workflow run history, and set up alerts, see [Check workflow status, view workflow run history, and set up alerts](monitor-logic-apps.md).
@@ -39,7 +39,7 @@ For more information about the resource types for Azure Logic Apps, see [Azure L
39
39
40
40
- To learn how to set up diagnostic logging and monitor logic apps in Microsoft Defender for Cloud, see [Set up logging to monitor logic apps in Microsoft Defender for Cloud](healthy-unhealthy-resource.md).
41
41
42
-
- For the available resource log categories, their associated Log Analytics tables, and the logs schemas for Azure Logic Apps, see [Azure Logic Apps monitoring data reference](monitor-logic-apps-reference.md#resource-logs).
42
+
- For the available resource log categories, their associated Log Analytics tables, and the log's schemas for Azure Logic Apps, see [Azure Logic Apps monitoring data reference](monitor-logic-apps-reference.md#resource-logs).
@@ -32,8 +32,8 @@ For real-time event monitoring and richer debugging, you can set up diagnostics
32
32
>
33
33
> If your workflow runs in an [integration service environment (ISE)](connect-virtual-network-vnet-isolated-environment-overview.md)
34
34
> that was created to use an [internal access endpoint](connect-virtual-network-vnet-isolated-environment-overview.md#endpoint-access),
35
-
> you can view and access inputs and outputs from a workflow runs history *only from inside your virtual network*. Make sure that you have network
36
-
> connectivity between the private endpoints and the computer from where you want to access runs history. For example, your client computer can exist
35
+
> you can view and access inputs and outputs from a workflow run history *only from inside your virtual network*. Make sure that you have network
36
+
> connectivity between the private endpoints and the computer from where you want to access run history. For example, your client computer can exist
37
37
> inside the ISE's virtual network or inside a virtual network that's connected to the ISE's virtual network, for example, through peering or a virtual
38
38
> private network. For more information, see [ISE endpoint access](connect-virtual-network-vnet-isolated-environment-overview.md#endpoint-access).
39
39
@@ -150,7 +150,7 @@ Each time a trigger successfully fires, Azure Logic Apps creates a workflow inst
150
150
|**Failed**| At least one action in the run failed. No subsequent actions in the workflow were set up to handle the failure. |
151
151
|**Running**| The run was triggered and is in progress. However, this status can also appear for a run that's throttled due to [action limits](logic-apps-limits-and-config.md) or the [current pricing plan](https://azure.microsoft.com/pricing/details/logic-apps/). <br><br>**Tip**: If you set up [diagnostics logging](monitor-workflows-collect-diagnostic-data.md), you can get information about any throttle events that happen. |
152
152
|**Succeeded**| The run succeeded. If any action failed, a subsequent action in the workflow handled that failure. |
153
-
|**Timed out**| The run timed out because the current duration exceeded the run duration limit, which is controlled by the [**Run history retention in days** setting](logic-apps-limits-and-config.md#run-duration-retention-limits). A run's duration is calculated by using the run's start time and run duration limit at that start time. <br><br>**Note**: If the run's duration also exceeds the current *run history retention limit*, which is also controlled by the [**Run history retention in days** setting](logic-apps-limits-and-config.md#run-duration-retention-limits), the run is cleared from the runs history by a daily cleanup job. Whether the run times out or completes, the retention period is always calculated by using the run's start time and *current* retention limit. So, if you reduce the duration limit for an in-flight run, the run times out. However, the run either stays or is cleared from the runs history based on whether the run's duration exceeded the retention limit. |
153
+
|**Timed out**| The run timed out because the current duration exceeded the run duration limit, which is controlled by the [**Run history retention in days** setting](logic-apps-limits-and-config.md#run-duration-retention-limits). A run's duration is calculated by using the run's start time and run duration limit at that start time. <br><br>**Note**: If the run's duration also exceeds the current *run history retention limit*, which is also controlled by the [**Run history retention in days** setting](logic-apps-limits-and-config.md#run-duration-retention-limits), the run is cleared from the run history by a daily cleanup job. Whether the run times out or completes, the retention period is always calculated by using the run's start time and *current* retention limit. So, if you reduce the duration limit for an in-flight run, the run times out. However, the run either stays or is cleared from the run history based on whether the run's duration exceeded the retention limit. |
154
154
|**Waiting**| The run hasn't started or is paused, for example, due to an earlier workflow instance that's still running. |
155
155
156
156
1. To review the steps and other information for a specific run, under **Runs history**, select that run. If the list shows many runs, and you can't find the entry that you want, try filtering the list.
@@ -218,7 +218,7 @@ You can view run history only for stateful workflows, not stateless workflows. T
218
218
|**Running**|![Running icon][running-icon]| The run was triggered and is in progress. However, this status can also appear for a run that's throttled due to [action limits](logic-apps-limits-and-config.md) or the [current pricing plan](https://azure.microsoft.com/pricing/details/logic-apps/). <br><br>**Tip**: If you set up [diagnostics logging](monitor-workflows-collect-diagnostic-data.md), you can get information about any throttle events that happen. |
219
219
|**Skipped**|![Skipped icon][skipped-icon]| The trigger condition was checked but wasn't met, so the run never started. |
220
220
|**Succeeded**|![Succeeded icon][succeeded-icon]| The run succeeded. If any action failed, a subsequent action in the workflow handled that failure. |
221
-
| **Timed out** | ![Timed-out icon][timed-out-icon] | The run timed out because the current duration exceeded the run duration limit, which is controlled by the [**Run history retention in days** setting](logic-apps-limits-and-config.md#run-duration-retention-limits). A run's duration is calculated by using the run's start time and run duration limit at that start time. <br><br>**Note**: If the run's duration also exceeds the current *run history retention limit*, which is also controlled by the [**Run history retention in days** setting](logic-apps-limits-and-config.md#run-duration-retention-limits), the run is cleared from the runs history by a daily cleanup job. Whether the run times out or completes, the retention period is always calculated by using the run's start time and *current* retention limit. So, if you reduce the duration limit for an in-flight run, the run times out. However, the run either stays or is cleared from the runs history based on whether the run's duration exceeded the retention limit. |
221
+
| **Timed out** | ![Timed-out icon][timed-out-icon] | The run timed out because the current duration exceeded the run duration limit, which is controlled by the [**Run history retention in days** setting](logic-apps-limits-and-config.md#run-duration-retention-limits). A run's duration is calculated by using the run's start time and run duration limit at that start time. <br><br>**Note**: If the run's duration also exceeds the current *run history retention limit*, which is also controlled by the [**Run history retention in days** setting](logic-apps-limits-and-config.md#run-duration-retention-limits), the run is cleared from the run history by a daily cleanup job. Whether the run times out or completes, the retention period is always calculated by using the run's start time and *current* retention limit. So, if you reduce the duration limit for an in-flight run, the run times out. However, the run either stays or is cleared from the run history based on whether the run's duration exceeded the retention limit. |
222
222
|**Waiting**|![Waiting icon][waiting-icon]| The run hasn't started or is paused, for example, due to an earlier workflow instance that's still running. |
223
223
224
224
1. On the **Run History** tab, select the run that you want to review.
@@ -282,7 +282,7 @@ You can view run history only for stateful workflows, not stateless workflows. T
282
282
283
283
<aname="resubmit-workflow-run"></a>
284
284
285
-
## Resubmit a workflow with same inputs
285
+
## Rerun a workflow with same inputs
286
286
287
287
You can rerun a previously finished workflow with the same inputs that the workflow used previously in the following ways:
288
288
@@ -298,7 +298,7 @@ Completing this task creates and adds a new workflow run to your workflow's run
298
298
299
299
- The resubmitted run executes the same workflow version as the original run, even if you updated the workflow definition.
300
300
301
-
- You can resubmit only actions from sequential workflows. Workflows with parallel paths are currently not supported.
301
+
- You can rerun only actions from sequential workflows. Workflows with parallel paths are currently not supported.
302
302
303
303
- The workflow must have a completed state, such as Succeeded, Failed, or Cancelled.
0 commit comments