fix(workflow): set durations to seconds#1646
Merged
Merged
Conversation
4 tasks
|
Coverage Impact This PR will not change total coverage. Modified Files with Diff Coverage (5)
🛟 Help
|
77ccdde to
844130e
Compare
Scra3
approved these changes
Jun 11, 2026
forest-bot
added a commit
that referenced
this pull request
Jun 11, 2026
## @forestadmin/workflow-executor [1.1.4](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/workflow-executor@1.1.3...@forestadmin/workflow-executor@1.1.4) (2026-06-11) ### Bug Fixes * **workflow:** set durations to seconds ([#1646](#1646)) ([7766363](7766363))
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

Definition of Done
fixes PRD-483
General
Security
Note
Convert workflow-executor time configuration from milliseconds to seconds
ExecutorOptions,RunnerConfig,ExecutionContext, andStepContextConfigare renamed from*Msto*S(e.g.pollingIntervalMs→pollingIntervalS).setTimeoutorAbortSignal.timeout.POLLING_INTERVAL_MS,STOP_TIMEOUT_MS, etc.) are renamed to*_Sequivalents; the old*_MSvars are no longer read.timeoutMs) are updated to report seconds.*_MSenv vars must switch to*_Svars with second-based values or timeouts will be unset/default.Changes since #1646 opened
POLLING_INTERVAL_Senvironment variable from 5 to 30 seconds in theworkflow-executorpackage documentation [d3e3b58]📊 Macroscope summarized 844130e. 14 files reviewed, 0 issues evaluated, 0 issues filtered, 0 comments posted
🗂️ Filtered Issues
No issues evaluated.