@ryanfw/prompt-orchestration-pipeline 0.17.2 → 0.17.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/components/DAGGrid.jsx +3 -0
- package/src/ui/dist/assets/{index-jIuZSALW.js → index-BidlfsSr.js} +3 -0
- package/src/ui/dist/assets/{index-jIuZSALW.js.map → index-BidlfsSr.js.map} +1 -1
- package/src/ui/dist/index.html +1 -1
- package/src/ui/endpoints/job-control-endpoints.js +1 -1
package/src/ui/dist/index.html
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
/>
|
|
12
12
|
<title>Prompt Pipeline Dashboard</title>
|
|
13
13
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
|
14
|
-
<script type="module" crossorigin src="/assets/index-
|
|
14
|
+
<script type="module" crossorigin src="/assets/index-BidlfsSr.js"></script>
|
|
15
15
|
<link rel="stylesheet" crossorigin href="/assets/style-CdV-vuS0.css">
|
|
16
16
|
</head>
|
|
17
17
|
<body>
|
|
@@ -964,7 +964,7 @@ export async function handleTaskStart(
|
|
|
964
964
|
PO_CURRENT_DIR: path.join(base, "pipeline-data", "current"),
|
|
965
965
|
PO_COMPLETE_DIR: path.join(base, "pipeline-data", "complete"),
|
|
966
966
|
PO_START_FROM_TASK: taskId,
|
|
967
|
-
|
|
967
|
+
// Note: PO_RUN_SINGLE_TASK is NOT set here so pipeline continues after this task
|
|
968
968
|
};
|
|
969
969
|
|
|
970
970
|
const child = spawn(process.execPath, [runnerPath, jobId], {
|