feat: execute node python version

This commit is contained in:
tao.chen
2026-08-11 19:00:55 +08:00
parent 38cd06ee7a
commit e80cbbd81c
5 changed files with 56 additions and 22 deletions
@@ -24,6 +24,7 @@ export const EMPTY_NODE_FORM = {
retryIntervalSec: "5",
argumentsJson: "{}",
envRefsJson: "{}",
pythonVersion: "3.12" as "3.8" | "3.10" | "3.12",
};
export const RUN_STATUS_LABELS: Record<string, string> = {