shu/script status pending (#3481)

This commit is contained in:
Shuchang Zheng
2025-09-19 09:00:48 -07:00
committed by GitHub
parent c5280782b0
commit 5a0a228b56
5 changed files with 17 additions and 17 deletions

View File

@@ -52,7 +52,7 @@ function WorkflowRunCode(props?: Props) {
cacheKeyValue,
workflowPermanentId,
pollIntervalMs: !isFinalized ? 3000 : undefined,
status: "draft",
status: "pending",
workflowRunId: workflowRun?.workflow_run_id,
});
const orderedBlockLabels = getOrderedBlockLabels(workflow);
@@ -87,7 +87,7 @@ function WorkflowRunCode(props?: Props) {
cacheKey,
cacheKeyValue,
undefined,
"draft",
"pending",
workflowRun?.workflow_run_id,
],
});