make all blocks debuggable (#3221)
This commit is contained in:
@@ -216,17 +216,10 @@ export const WorkflowBlockTypes = {
|
|||||||
HttpRequest: "http_request",
|
HttpRequest: "http_request",
|
||||||
} as const;
|
} as const;
|
||||||
|
|
||||||
export const debuggableWorkflowBlockTypes: Set<WorkflowBlockType> = new Set([
|
// all of them
|
||||||
"action",
|
export const debuggableWorkflowBlockTypes: Set<WorkflowBlockType> = new Set(
|
||||||
"extraction",
|
Object.values(WorkflowBlockTypes),
|
||||||
"goto_url",
|
);
|
||||||
"login",
|
|
||||||
"navigation",
|
|
||||||
"task",
|
|
||||||
"task_v2",
|
|
||||||
"text_prompt",
|
|
||||||
"validation",
|
|
||||||
]);
|
|
||||||
|
|
||||||
export const scriptableWorkflowBlockTypes: Set<WorkflowBlockType> = new Set([
|
export const scriptableWorkflowBlockTypes: Set<WorkflowBlockType> = new Set([
|
||||||
"action",
|
"action",
|
||||||
|
|||||||
Reference in New Issue
Block a user