Skip to content

Commit b1021e1

Browse files
author
ecfan
committed
Update run history for stateless workflows
1 parent e5c647f commit b1021e1

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

articles/logic-apps/create-single-tenant-workflows-azure-portal.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -263,13 +263,14 @@ This example workflow continues with the [Office 365 Outlook managed connector a
263263

264264
1. By using **office send an email** as the search term, [follow these steps to add the Office 365 Outlook action that's named **Send an email (V2)**](create-workflow-with-trigger-or-action.md?tabs=standard#add-action) to your workflow.
265265

266-
1. In the action's information pane, on the **Create Connection** tab, select **Sign in** so that you can create a connection to your email account.
266+
1. In the action's information pane, under **Create a new connection**, select **Sign in** so that you can create a connection to your email account.
267267

268-
![Screenshot showing the designer, the pane named Send an email (V2) with Sign in button.](./media/create-single-tenant-workflows-azure-portal/send-email-action-sign-in.png)
268+
:::image type="content" source="media/create-single-tenant-workflows-azure-portal/send-email-action-sign-in.png" alt-text="Screenshot shows workflow designer, action named Send an email (V2), and action pane with Sign in button.":::
269269

270270
1. When you're prompted for access to your email account, sign in with your account credentials.
271271

272272
> [!NOTE]
273+
>
273274
> If you get the error message, **"Failed with error: 'The browser is closed.'. Please sign in again"**,
274275
> check whether your browser blocks third-party cookies. If these cookies are blocked,
275276
> try adding **https://portal.azure.com** to the list of sites that can use cookies.
@@ -312,7 +313,7 @@ To delete an item in your workflow from the designer, follow any of these steps:
312313

313314
* Select the item so that information pane opens for that item. In the pane's upper right corner, open the ellipses (**...**) menu, and select **Delete**. To confirm, select **OK**.
314315

315-
![Screenshot that shows a selected item on designer with the opened information pane plus the selected ellipses button and "Delete" command.](./media/create-single-tenant-workflows-azure-portal/delete-item-from-designer.png)
316+
:::image type="content" source="media/create-single-tenant-workflows-azure-portal/delete-item-from-designer.png" alt-text="Screenshot shows workflow designer with selected trigger, opened trigger information pane, and selected ellipses button and selected Delete command.":::
316317

317318
> [!TIP]
318319
>
@@ -495,19 +496,19 @@ To debug a stateless workflow more easily, you can enable the run history for th
495496

496497
1. In the [Azure portal](https://portal.azure.com), open your Standard logic app resource.
497498

498-
1. On the logic app menu, under **Settings**, select **Configuration**.
499+
1. On the logic app menu, under **Settings**, select **Environment variables**.
499500

500-
1. On the **Application settings** tab, select **New application setting**.
501+
1. On the **App settings** tab, select **Add**.
501502

502-
1. On the **Add/Edit application setting** pane, in the **Name** box, enter this operation option name:
503+
1. On the **Add/Edit application setting** pane, in the **Name** box, enter the following app setting name:
503504

504-
**Workflows.{*yourWorkflowName*}.OperationOptions**
505+
**Workflows.{*your-workflow-name*}.OperationOptions**
505506

506507
1. In the **Value** box, enter the following value: **WithStatelessRunHistory**
507508

508-
![Screenshot showing Standard logic app and pane named Add/Edit application setting with Workflows.{yourWorkflowName}.OperationOptions set to WithStatelessRunHistory.](./media/create-single-tenant-workflows-azure-portal/stateless-operation-options-run-history.png)
509+
:::image type="content" source="media/create-single-tenant-workflows-azure-portal/stateless-operation-options-run-history.png" alt-text="Screenshot shows Standard logic app with open Environment variables page and open pane for Add/Edit application setting.":::
509510

510-
1. To finish this task, select **OK**. On the **Configuration** pane toolbar, select **Save**.
511+
1. To finish this task, select **Apply**.
511512

512513
1. To disable the run history when you're done, either set the property named **Workflows.{*your-workflow-name*}.OperationOptions** to **None**, or delete the property and its value.
513514

3.86 KB
Loading
-163 Bytes
Loading
-19.2 KB
Loading

0 commit comments

Comments
 (0)