[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 not alter performance
Comparing Footnotes
|
400c378 to
6cb3fd0
Compare
|
|
||
| export type WorkflowBackoff = 'constant' | 'linear' | 'exponential'; | ||
|
|
||
| export type WorkflowStepSensitivity = 'output'; |
There was a problem hiding this comment.
Is the idea that there might be alternatives to output in future? How will it work if there are multiple options for sensitive?
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.