Skip to content

impl/workflow-history-deeplink#284

Merged
mbakgun merged 17 commits into
mainfrom
impl/workflow-history-deeplink
Jul 3, 2026
Merged

impl/workflow-history-deeplink#284
mbakgun merged 17 commits into
mainfrom
impl/workflow-history-deeplink

Conversation

@mbakgun

@mbakgun mbakgun commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

mbakgun added 15 commits July 3, 2026 19:54
…-linkable

The executor's execution_id now equals the persisted ExecutionHistory row id
(threaded from the API layer's per-run execution_id used for cancellation/active
tracking). This makes /workflows/{id}/{$executionId} resolve to that run for
Bring-to-Canvas, and the error-workflow run_id (str(history_entry.id)) now matches
$executionId. Fallback execution_id is a canonical UUID string.
…t mapping)

Route-driven bring-to-canvas now fetches via workflowStore.fetchExecutionHistoryEntry
(canonical server->entry mapping incl. highlight) and passes the full ExecutionResult
as the third loadHistoryInputs arg, exactly like ExecutionHistoryDialog. Previously it
passed only node_results, so executionResult had no highlight/outputs -> no Execution
Highlights popup and mis-mapped output node. E2E now asserts the highlights panel.
…rea components

Changed the CSS class for textarea elements to allow vertical resizing instead of being fixed in size. This enhances user experience by providing more flexibility in input areas.
@mbakgun mbakgun enabled auto-merge (squash) July 3, 2026 19:03
mbakgun added 2 commits July 3, 2026 21:17
Real GC collections invoke the global gc.callbacks hook these tests drive
manually, recording spurious pauses and consuming the patched perf_counter
budget -> intermittent KeyError: 'gc_pause_count' in CI. Disable automatic
GC for the test class so only the simulated callbacks run.
Extract check.sh's file-line-limit guard into scripts/check-file-line-limits.sh
and run it as an early step in the PR 'check' job, so the limit is enforced in
CI (previously local-only) without logic drift.
@mbakgun mbakgun merged commit ea265cd into main Jul 3, 2026
2 checks passed
@mbakgun mbakgun deleted the impl/workflow-history-deeplink branch July 3, 2026 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant