Skip to content

Commit bb2901c

Browse files
alban bertoliniclaude
andcommitted
docs(workflow-executor): document pendingUpdate field on UpdateRecordStepExecutionData
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3d921bb commit bb2901c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/workflow-executor/src/types/step-execution-data.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ export interface UpdateRecordStepExecutionData extends BaseStepExecutionData {
4747
executionParams?: { fieldDisplayName: string; value: string };
4848
/** User confirmed → values returned by updateRecord. User rejected → skipped. */
4949
executionResult?: { updatedValues: Record<string, unknown> } | { skipped: true };
50+
/** AI-selected field and value awaiting user confirmation. Used in the confirmation flow only. */
5051
pendingUpdate?: {
5152
fieldDisplayName: string;
5253
value: string;

0 commit comments

Comments
 (0)