Skip to content

Commit bfe328c

Browse files
Update connectors-native-reqres.md
1 parent 43bb9d4 commit bfe328c

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

articles/connectors/connectors-native-reqres.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,18 @@ The **Request** trigger creates a manually callable endpoint that handles *only*
356356
> changes if the storage account changes. For example, with Standard logic apps, if you manually
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.
359-
359+
---
360+
### Stateless workflows
361+
To enable schema validation in stateless workflows, ensure `host.json` has the following setting:
362+
```json
363+
"extensions": {
364+
"workflow": {
365+
"Settings": {
366+
"Runtime.StatelessFlowEvaluateTriggerCondition" :"true"
367+
}
368+
}
369+
}
370+
```
360371
---
361372

362373
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)