diff --git a/skyvern-frontend/src/routes/tasks/create/PromptBox.tsx b/skyvern-frontend/src/routes/tasks/create/PromptBox.tsx
index 1a91c249..90ee5912 100644
--- a/skyvern-frontend/src/routes/tasks/create/PromptBox.tsx
+++ b/skyvern-frontend/src/routes/tasks/create/PromptBox.tsx
@@ -48,6 +48,7 @@ import {
MAX_SCREENSHOT_SCROLLS_DEFAULT,
MAX_STEPS_DEFAULT,
} from "@/routes/workflows/editor/nodes/Taskv2Node/types";
+import { OrgWalled } from "@/components/Orgwalled";
function createTemplateTaskFromTaskGenerationParameters(
values: TaskGenerationApiResponse,
@@ -470,22 +471,23 @@ function PromptBox() {
/>
-
-
-
-
Generate Script
-
- Whether to generate scripts for this task run (on
- success).
+
+
+
+
Generate Script
+
+ Whether to generate scripts for this task run (on
+ success).
+
+
{
+ setGenerateScript(Boolean(checked));
+ }}
+ />
- {
- setGenerateScript(Boolean(checked));
- }}
- />
-
+
Publish Workflow
diff --git a/skyvern-frontend/src/routes/workflows/editor/WorkflowHeader.tsx b/skyvern-frontend/src/routes/workflows/editor/WorkflowHeader.tsx
index cadbc36d..ae17f4db 100644
--- a/skyvern-frontend/src/routes/workflows/editor/WorkflowHeader.tsx
+++ b/skyvern-frontend/src/routes/workflows/editor/WorkflowHeader.tsx
@@ -30,6 +30,7 @@ import { useWorkflowHasChangesStore } from "@/store/WorkflowHasChangesStore";
import { cn } from "@/util/utils";
import { WorkflowApiResponse } from "../types/workflowTypes";
import { CacheKeyValuesResponse } from "@/routes/workflows/types/scriptTypes";
+import { OrgWalled } from "@/components/Orgwalled";
interface Dom {
input: React.MutableRefObject
;
@@ -125,62 +126,64 @@ function WorkflowHeader({
{user && workflow.generate_script && (
// (cacheKeyValues?.total_count ?? 0) > 0 && (
-
+
)}
{isGlobalWorkflow ? (