Skip to content

Commit a4dfcf1

Browse files
Merge pull request #261047 from ecfan/run-history
Azure Logic Apps: [GitHub 117202][Standard] Add info about enabling run history for stateless workflow
2 parents 763d69b + 8dd57d9 commit a4dfcf1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/logic-apps/create-single-tenant-workflows-visual-studio-code.md

Lines changed: 5 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: estfan, azla
77
ms.topic: how-to
8-
ms.date: 11/15/2023
8+
ms.date: 12/12/2023
99
ms.custom: ignite-fall-2021, engagement-fy23, devx-track-dotnet
1010
# Customer intent: As a logic apps developer, I want to create a Standard logic app workflow that runs in single-tenant Azure Logic Apps using Visual Studio Code.
1111
---
@@ -1239,9 +1239,9 @@ Through the Azure portal, you can add blank workflows to a Standard logic app re
12391239

12401240
To debug a stateless workflow more easily, you can enable the run history for that workflow, and then disable the run history when you're done. Follow these steps for Visual Studio Code, or if you're working in the Azure portal, see [Create single-tenant based workflows in the Azure portal](create-single-tenant-workflows-azure-portal.md#enable-run-history-stateless).
12411241

1242-
1. In your Visual Studio Code project, expand the folder that's named **workflow-designtime**. Open the **local.settings.json** file.
1242+
1. In your Visual Studio Code project, at the root folder level, open the **local.settings.json** file.
12431243

1244-
1. Add the `Workflows.{yourWorkflowName}.operationOptions` property and set the value to `WithStatelessRunHistory`, for example:
1244+
1. Add the `Workflows.{yourWorkflowName}.operationOptions` property, and set the value to `WithStatelessRunHistory`, for example:
12451245

12461246
**Windows**
12471247

@@ -1270,6 +1270,8 @@ To debug a stateless workflow more easily, you can enable the run history for th
12701270
}
12711271
```
12721272

1273+
1. In the project folder named **workflow-designtime**, open the **local.settings.json** file, and make the same change.
1274+
12731275
1. To disable the run history when you're done, either set the `Workflows.{yourWorkflowName}.OperationOptions`property to `None`, or delete the property and its value.
12741276

12751277
<a name="enable-monitoring"></a>

0 commit comments

Comments
 (0)