Commit ffd048b
committed
🤖 refactor: use isWorkflowRunTaskId helper for drift check
#3565 reintroduced a hardcoded startsWith("wfr_") in WorkflowRunner's
nested-step drift detection. taskId.ts already exports the canonical
WORKFLOW_RUN_TASK_ID_PREFIX and isWorkflowRunTaskId() predicate as the
single source of truth for that prefix. Use the helper instead of the
duplicated literal; behavior is identical (both are falsy for a missing
taskId inside the find() predicate).1 parent e3f5192 commit ffd048b
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
857 | 858 | | |
858 | 859 | | |
859 | 860 | | |
860 | | - | |
| 861 | + | |
861 | 862 | | |
862 | 863 | | |
863 | 864 | | |
| |||
0 commit comments