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
Copy file name to clipboardExpand all lines: articles/logic-apps/view-workflow-status-run-history.md
+26-28Lines changed: 26 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Each workflow run starts with a trigger, which either fires on a schedule or wai
36
36
37
37
### [Consumption](#tab/consumption)
38
38
39
-
1. In the [Azure portal](https://portal.azure.com), open your logic app resource and workflow in the designer.
39
+
1. In the [Azure portal](https://portal.azure.com), open your Consumption logic app resource and workflow in the designer.
40
40
41
41
1. On your logic app menu, select **Overview**. On the **Overview** page, select **Trigger history**.
42
42
@@ -73,7 +73,7 @@ Each workflow run starts with a trigger, which either fires on a schedule or wai
73
73
74
74
For a stateful workflow, you can review the trigger history for each run, including the trigger status along with inputs and outputs, separately from the [workflow's run history](#review-runs-history). In the Azure portal, trigger history and run history appear at the workflow level, not the logic app level.
75
75
76
-
1. In the [Azure portal](https://portal.azure.com), open your logic app resource and workflow in the designer.
76
+
1. In the [Azure portal](https://portal.azure.com), open your Standard logic app resource and workflow in the designer.
77
77
78
78
1. On the workflow menu, under **Tools**, select **Run history**. On the **Run history** page, select **Trigger history**.
79
79
@@ -120,17 +120,17 @@ For a stateful workflow, you can review the trigger history for each run, includ
120
120
121
121
## Review workflow run history
122
122
123
-
Each time a trigger successfully fires, Azure Logic Apps creates a workflow instance and runs that instance. By default, each instance runs in parallel so that no workflow has to wait before starting a run. You can review what happened during each run, including the status, inputs, and outputs for each step in the workflow.
123
+
Each time that a trigger successfully fires, Azure Logic Apps creates a workflow instance and runs that instance. By default, each instance runs in parallel so that no workflow has to wait before starting a run. You can review what happened during each run, including the status, inputs, and outputs for each step in the workflow.
124
124
125
125
### [Consumption](#tab/consumption)
126
126
127
-
1. In the [Azure portal](https://portal.azure.com), open your logic app resource and workflow in the designer.
127
+
1. In the [Azure portal](https://portal.azure.com), open your Consumption logic app resource and workflow in the designer.
128
128
129
129
1. On your logic app menu, select **Overview**. On the **Overview** page, select **Runs history**.
130
130
131
131
Under **Runs history**, all the past, current, and any waiting runs appear. If the trigger fires for multiple events or items at the same time, an entry appears for each item with the same date and time.
132
132
133
-

133
+
:::image type="content" source="media/view-workflow-status-run-history/runs-history-consumption.png" alt-text="Screenshot shows Consumption workflow and Overview page with selected tab named Runs history.":::
134
134
135
135
The following table lists the possible run statuses:
136
136
@@ -151,49 +151,47 @@ Each time a trigger successfully fires, Azure Logic Apps creates a workflow inst
151
151
> If the run status doesn't appear, try refreshing the **Overview** page by selecting **Refresh**.
152
152
> No run happens for a trigger that's skipped due to unmet criteria or finding no data.
153
153
154
-

154
+
:::image type="content" source="media/view-workflow-status-run-history/select-run-consumption.png" alt-text="Screenshot shows Consumption workflow run selected.":::
155
155
156
-
The **Logic app run** pane shows each step in the selected run, each step's run status, and the time taken for each step to run, for example:
156
+
The run history pane shows each step in the selected run, each step's run status, and the time taken for each step to run, for example:
157
157
158
-

158
+
:::image type="content" source="media/view-workflow-status-run-history/runs-history-pane-consumption.png" alt-text="Screenshot shows Consumption workflow run history with each action in the run.":::
159
159
160
-
To view this information in list form, on the **Logic app run**toolbar, select **Run Details**.
160
+
1.To view the information in list form, on the run history toolbar, select **Run details**.
161
161
162
-

162
+
The **Logic app run details** pane lists each step, their status, and other information.
163
163
164
-
The Run Details lists each step, their status, and other information.
164
+
:::image type="content" source="media/view-workflow-status-run-history/run-details-consumption.png" alt-text="Screenshot shows run details for each step in the Consumption workflow.":::
165
165
166
-

167
-
168
-
For example, you can get the run's **Correlation ID** property, which you might need when you use the [REST API for Logic Apps](/rest/api/logic).
166
+
For example, you can get the run's **Correlation Id** property, which you might need when you use the [REST API for Logic Apps](/rest/api/logic).
169
167
170
168
1. To get more information about a specific step, select either option:
171
169
172
-
*In the **Logic app run**pane, select the step so that the shape expands. You can now view information such as inputs, outputs, and any errors that happened in that step.
170
+
*On the run history pane, select the step to open a pane that shows the inputs, outputs, and any errors that happened in that step.
173
171
174
-
For example, suppose you had an action that failed, and you wanted to review which inputs might have caused that step to fail. By expanding the shape, you can view the inputs, outputs, and error for that step:
172
+
For example, suppose you have a workflow with a failed step. You want to review which inputs might have caused that step to fail. In this scenario, the failure resulted from an invalid or missing connection to an email account that is used to send an email.
175
173
176
-

174
+
:::image type="content" source="media/view-workflow-status-run-history/inputs-outputs-errors-consumption.png" alt-text="Screenshot shows Consumption workflow run history pane with selected failed example step plus inputs, outputs, and errors for the failed step.":::
177
175
178
-
*In the **Logic app run details** pane, select the step that you want.
176
+
*On the run history pane toolbar, select **Run details**. On the **Logic app run details**, select the step that you want, for example:
179
177
180
-

178
+
:::image type="content" source="media/view-workflow-status-run-history/select-failed-step-consumption.png" alt-text="Screenshot shows Consumption workflow, and pane named Logic app run details. The pane shows the selected example failed step.":::
181
179
182
180
> [!NOTE]
183
181
>
184
182
> All runtime details and events are encrypted within Azure Logic Apps and
185
183
> are decrypted only when a user requests to view that data. You can
186
-
> [hide inputs and outputs in run history](logic-apps-securing-a-logic-app.md#obfuscate)
184
+
> [hide inputs and outputs in the workflow run history](logic-apps-securing-a-logic-app.md#obfuscate)
187
185
> or control user access to this information by using
188
186
> [Azure role-based access control (Azure RBAC)](../role-based-access-control/overview.md).
189
187
190
188
### [Standard](#tab/standard)
191
189
192
190
You can view run history only for stateful workflows, not stateless workflows. To enable run history for a stateless workflow, see [Enable run history for stateless workflows](create-single-tenant-workflows-azure-portal.md#enable-run-history-stateless).
193
191
194
-
1. In the [Azure portal](https://portal.azure.com), open your logic app resource and workflow in the designer.
192
+
1. In the [Azure portal](https://portal.azure.com), open your Standard logic app resource and workflow in the designer.
195
193
196
-
1. On your workflow menu, under **Tools**, select **Run history**. On the **Run history** page, select the tab named **Run history**.
194
+
1. On your workflow menu, under **Tools**, select **Run history**. On the **Run history** page, select **Run history**.
197
195
198
196
Under **Run history**, all the past, current, and any waiting runs appear. If the trigger fires for multiple events or items at the same time, an entry appears for each item with the same date and time.
199
197
@@ -303,7 +301,7 @@ Completing this task creates and adds a new workflow run to your workflow's run
303
301
304
302
#### Rerun the entire workflow
305
303
306
-
1. In the [Azure portal](https://portal.azure.com), open your logic app resource and workflow in the designer.
304
+
1. In the [Azure portal](https://portal.azure.com), open your Consumption logic app resource and workflow in the designer.
307
305
308
306
1. On your logic app menu, select **Overview**. On the **Overview** page, select **Runs history**.
309
307
@@ -333,7 +331,7 @@ The rerun capability is available for all actions except for non-sequential and
333
331
|**Switch** action and all actions in the **Default** path and **Case** paths | - Yes for **Switch** action <br>- No for actions in the **Default** path and **Case** paths |
334
332
|**Until** action plus all actions inside the loop and after the loop | No for all actions |
335
333
336
-
1. In the [Azure portal](https://portal.azure.com), open your logic app resource.
334
+
1. In the [Azure portal](https://portal.azure.com), open your Consumption logic app resource.
337
335
338
336
1. On the logic app resource menu, select **Overview**. On the **Overview** page, select **Runs history**, which shows the run history for the workflow.
339
337
@@ -355,9 +353,9 @@ You can rerun only stateful workflows, not stateless workflows. To enable run hi
355
353
356
354
#### Rerun the entire workflow
357
355
358
-
1. In the [Azure portal](https://portal.azure.com), open your logic app resource and workflow in the designer.
356
+
1. In the [Azure portal](https://portal.azure.com), open your Standard logic app resource and workflow in the designer.
359
357
360
-
1. On the workflow menu, under **Tools**, select **Run history**. On the **Run history** page, select the tab named **Run history**, which shows the run history for the current workflow.
358
+
1. On the workflow menu, under **Tools**, select **Run history**. On the **Run history** page, select **Run history**, which shows the run history for the current workflow.
361
359
362
360
1. On the **Run history** tab, select the run that you want to resubmit, and then select **Resubmit**.
363
361
@@ -381,9 +379,9 @@ The rerun capability is available for all actions except for non-sequential and
381
379
|**Switch** action and all actions in the **Default** path and **Case** paths | - Yes for **Switch** action <br>- No for actions in the **Default** path and **Case** paths |
382
380
|**Until** action plus all actions inside the loop and after the loop | No for all actions |
383
381
384
-
1. In the [Azure portal](https://portal.azure.com), open your logic app resource and workflow.
382
+
1. In the [Azure portal](https://portal.azure.com), open your Standard logic app resource and workflow.
385
383
386
-
1. On the workflow menu, under **Tools**, select **Run history**, and then select the tab named **Run history**, which shows the run history for the current workflow.
384
+
1. On the workflow menu, under **Tools**, select **Run history**, and then select **Run history**, which shows the run history for the current workflow.
387
385
388
386
1. On the **Run History** tab, select the run that you want to resubmit.
0 commit comments