[Workflows] Add sensitive step output option#6758
Conversation
|
The files in The PR is a straightforward, additive type change:
This is clean and correct. No actionable issues. LGTM |
Merging this PR will improve performance by 14.53%
|
| Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|
| ⚡ | Encode_ASCII_256[TextEncoder][0/0/256] |
3.1 ms | 2.7 ms | +14.53% |
Comparing osilva/workflows-add-sensitive-step-option (400c378) with main (ac31559)
Footnotes
-
129 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports. ↩
Adds an optional
sensitivefield toWorkflowStepConfigandWorkflowStepEvent.This lets workflow users mark a step's output (or an incoming step event payload) as sensitive so the Workflows runtime can redact it from logs and observability surfaces.