Skip to content

Commit 738ad1d

Browse files
author
ecfan
committed
Updates per UX changes
1 parent bd81b3d commit 738ad1d

10 files changed

+26
-28
lines changed
59.8 KB
Loading
35.7 KB
Loading
37.3 KB
Loading
27.5 KB
Loading
42.3 KB
Loading
37.3 KB
Loading
-509 Bytes
Loading
-507 Bytes
Loading
-508 Bytes
Loading

articles/logic-apps/view-workflow-status-run-history.md

Lines changed: 26 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Each workflow run starts with a trigger, which either fires on a schedule or wai
3636

3737
### [Consumption](#tab/consumption)
3838

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.
4040

4141
1. On your logic app menu, select **Overview**. On the **Overview** page, select **Trigger history**.
4242

@@ -73,7 +73,7 @@ Each workflow run starts with a trigger, which either fires on a schedule or wai
7373

7474
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.
7575

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.
7777

7878
1. On the workflow menu, under **Tools**, select **Run history**. On the **Run history** page, select **Trigger history**.
7979

@@ -120,17 +120,17 @@ For a stateful workflow, you can review the trigger history for each run, includ
120120

121121
## Review workflow run history
122122

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.
124124

125125
### [Consumption](#tab/consumption)
126126

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.
128128

129129
1. On your logic app menu, select **Overview**. On the **Overview** page, select **Runs history**.
130130

131131
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.
132132

133-
![Screenshot shows Consumption workflow and Overview page with selected option for Runs history.](./media/monitor-logic-apps/overview-logic-app-runs-history-consumption.png)
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.":::
134134

135135
The following table lists the possible run statuses:
136136

@@ -151,49 +151,47 @@ Each time a trigger successfully fires, Azure Logic Apps creates a workflow inst
151151
> If the run status doesn't appear, try refreshing the **Overview** page by selecting **Refresh**.
152152
> No run happens for a trigger that's skipped due to unmet criteria or finding no data.
153153
154-
![Screenshot shows Consumption workflow run selected.](./media/monitor-logic-apps/select-specific-logic-app-run-consumption.png)
154+
:::image type="content" source="media/view-workflow-status-run-history/select-run-consumption.png" alt-text="Screenshot shows Consumption workflow run selected.":::
155155

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:
157157

158-
![Screenshot shows each action in the selected workflow run.](./media/monitor-logic-apps/logic-app-run-pane-consumption.png)
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.":::
159159

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**.
161161

162-
![Screenshot shows toolbar named Logic app run with the selected option Run Details.](./media/monitor-logic-apps/toolbar-select-run-details.png)
162+
The **Logic app run details** pane lists each step, their status, and other information.
163163

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.":::
165165

166-
![Screenshot showing the run details for each step in the workflow.](./media/monitor-logic-apps/review-logic-app-run-details.png)
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).
169167

170168
1. To get more information about a specific step, select either option:
171169

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.
173171

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.
175173

176-
![Screenshot showing the "Logic app run" pane with the expanded shape for an example failed step.](./media/monitor-logic-apps/specific-step-inputs-outputs-errors.png)
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.":::
177175

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:
179177

180-
![Screenshot showing the "Logic app run details" pane with the example failed step selected.](./media/monitor-logic-apps/select-failed-step.png)
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.":::
181179

182180
> [!NOTE]
183181
>
184182
> All runtime details and events are encrypted within Azure Logic Apps and
185183
> 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)
187185
> or control user access to this information by using
188186
> [Azure role-based access control (Azure RBAC)](../role-based-access-control/overview.md).
189187
190188
### [Standard](#tab/standard)
191189

192190
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).
193191

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.
195193

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**.
197195

198196
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.
199197

@@ -303,7 +301,7 @@ Completing this task creates and adds a new workflow run to your workflow's run
303301

304302
#### Rerun the entire workflow
305303

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.
307305

308306
1. On your logic app menu, select **Overview**. On the **Overview** page, select **Runs history**.
309307

@@ -333,7 +331,7 @@ The rerun capability is available for all actions except for non-sequential and
333331
| **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 |
334332
| **Until** action plus all actions inside the loop and after the loop | No for all actions |
335333

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.
337335

338336
1. On the logic app resource menu, select **Overview**. On the **Overview** page, select **Runs history**, which shows the run history for the workflow.
339337

@@ -355,9 +353,9 @@ You can rerun only stateful workflows, not stateless workflows. To enable run hi
355353

356354
#### Rerun the entire workflow
357355

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.
359357

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.
361359

362360
1. On the **Run history** tab, select the run that you want to resubmit, and then select **Resubmit**.
363361

@@ -381,9 +379,9 @@ The rerun capability is available for all actions except for non-sequential and
381379
| **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 |
382380
| **Until** action plus all actions inside the loop and after the loop | No for all actions |
383381

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.
385383

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.
387385

388386
1. On the **Run History** tab, select the run that you want to resubmit.
389387

0 commit comments

Comments
 (0)