New:Socket for Asana Is Now Available.Learn more
Get Started

@workflow/world-local

Package Overview
Dependencies
Maintainers
2
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@workflow/world-local

Local development World implementation for Workflow SDK

Source
npmnpm
Version
5.0.0-beta.34
Version published
Weekly downloads
1.2M
7.4%
Maintainers
2
Weekly downloads
 
Created
Source

@workflow/world-local

Filesystem-based workflow backend for local development and testing.

Stores workflow data as JSON files on disk and provides in-memory queuing. Automatically detects development server port for queue transport.

Used by default on next dev and next start.

Programmatic configuration

import { createWorld } from '@workflow/world-local';

const world = createWorld({
  dataDir: './custom-workflow-data',
});

FAQs

Package last updated on 06 Aug 2026

Related posts