-
Notifications
You must be signed in to change notification settings - Fork 10
feat(workflow-executor): add ReadRecordStepExecutor #1497
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Scra3
merged 37 commits into
feat/prd-214-setup-workflow-executor-package
from
feat/prd-218-read-record-step-executor
Mar 19, 2026
+1,456
−293
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
201c231
feat(workflow-executor): add ReadRecordStepExecutor
14b4783
refactor(workflow-executor): apply review suggestions on ReadRecordSt…
ecbd234
docs: document feat/prd-214 as main working branch for workflow-executor
a6af521
fix(workflow-executor): add displayName to FieldReadError for interfa…
2b3f2b6
refactor(workflow-executor): unify FieldReadSuccess/FieldReadError in…
9d912a9
refactor(workflow-executor): extract FieldReadBase to share common fi…
0dfb857
refactor(workflow-executor): move toRecordIdentifier to private stati…
f174395
feat(workflow-executor): include step index in record identifier
9e71c08
refactor(workflow-executor): make stepIndex required on RecordData
e2c9cf8
refactor(workflow-executor): rename fieldName to fieldNames and force…
2fade25
refactor(workflow-executor): type ReadRecordStepExecutionData precisely
2e72741
refactor(workflow-executor): make ConditionStepExecutionData fields r…
bb42564
fix(workflow-executor): fix lint errors from CI
d668f3f
refactor(workflow-executor): separate schema types from record data t…
cd98937
refactor(workflow-executor): rename ActionRef to ActionSchema and rem…
49b05bf
refactor(workflow-executor): remove dead RunStore methods
5de8947
refactor(workflow-executor): replace RunStore.getRecords with baseRec…
c1d2ce0
feat(workflow-executor): include executionResult in buildStepSummary
0de5c49
refactor(workflow-executor): rename Result to Input in buildStepSummary
45e8909
refactor(workflow-executor): rename selectedRecord to selectedRecordRef
3a12b01
chore(workflow-executor): add TODO on isExecutedStepOnExecutor
2a71cee
feat(workflow-executor): change baseRecord to RecordRef and fetch val…
33e5552
fix(workflow-executor): update adapter to use renamed types after rebase
c8a12c2
refactor(workflow-executor): narrow catch block and clean up RecordDa…
ac1e6c7
refactor(workflow-executor): move step and stepHistory into Execution…
ba6ac85
refactor(workflow-executor): rename agentRecord and readFieldValues
23d8413
fix(workflow-executor): guard against undefined executionParams in st…
c4ab613
chore(workflow-executor): remove obsolete ts-expect-error on ServerUt…
fcec371
test(workflow-executor): cover executionParams guard and NoRecordsError
20368db
refactor(workflow-executor): use currentStep StepRecord in PendingSte…
f9a6fbd
refactor(workflow-executor): remove stepHistory from ExecutionContext…
5f46199
refactor(workflow-executor): cache collection schemas and remove unus…
650e70b
refactor(workflow-executor): rename StepHistory to StepOutcome and ex…
8f638c0
feat(workflow-executor): add optional fieldNames to AgentPort.getRecord
761f080
refactor(workflow-executor): skip getRecord when no fields resolve
9e6b56b
feat(workflow-executor): return step error when no fields can be reso…
6dac969
refactor(workflow-executor): remove resolveFieldNames, inline field n…
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.