Skip to content

Commit b1e00c0

Browse files
Zie619claude
andcommitted
Remove hardcoded active:false from stress test workflow creation
Let n8n use its default activation behavior instead of forcing workflows to be inactive on creation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 72302b5 commit b1e00c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

n8n-node/stress-test/load-workflows.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ async function createWorkflow(workflow: (typeof ALL_WORKFLOWS)[number]): Promise
3131
nodes: workflow.nodes,
3232
connections: workflow.connections,
3333
settings: workflow.settings || {},
34-
active: false,
3534
});
3635

3736
const resp = await fetch(`${BASE_URL}/api/v1/workflows`, {

0 commit comments

Comments
 (0)