fix: move credentials explanation to new file (#4284)

This commit is contained in:
Kartik Balasubramanian
2026-02-25 22:02:38 +00:00
committed by GitHub
parent 50d7d0e0fe
commit 8e128f4a81

View File

@@ -66,7 +66,7 @@ This means that:
- Expressions in credentials can access data available in the current execution context, including data from previous nodes.
- Each workflow execution has its own data context.
- Expressions are evaluated per execution, so different executions do not share data.
- Expressions are evaluated per execution, so different executions don't share data.
For example, if a webhook node receives an access token and you reference it in a credential field using an expression, the value is resolved using the execution data of that specific workflow run.