Skip to content

Commit 8c0278c

Browse files
Merge pull request #288151 from karanbirsingh/patch-1
Add info about stateless workflow schema validation
2 parents 3fd127b + 14cf399 commit 8c0278c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

articles/connectors/connectors-native-reqres.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,20 @@ The **Request** trigger creates a manually callable endpoint that handles *only*
357357
> change your storage account and copy your workflow to the new storage account, the URL for
358358
> the **Request** trigger also changes to reflect the new storage account. The same workflow has a different URL.
359359

360+
361+
### Schema validation for stateless workflows
362+
363+
To enable schema validation for stateless workflows, make sure that the **host.json** file in the logic app resource or project has the following [host setting](../logic-apps/edit-app-settings-host-settings.md#manage-host-settings---hostjson):
364+
365+
```json
366+
"extensions": {
367+
"workflow": {
368+
"Settings": {
369+
"Runtime.StatelessFlowEvaluateTriggerCondition": "true"
370+
}
371+
}
372+
}
373+
```
360374
---
361375

362376
Now, continue building your workflow by adding another action as the next step. For example, you can respond to the request by [adding a Response action](#add-response), which you can use to return a customized response and is described later in this article.

0 commit comments

Comments
 (0)