JSPM

@relayplane/engine

0.1.0
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 46
    • Score
      100M100P100Q68353F
    • License MIT

    Local Workflow Engine - Pure, deterministic workflow executor

    Package Exports

    • @relayplane/engine
    • @relayplane/engine/dist/index.js

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@relayplane/engine) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    @relayplane/engine

    Local Workflow Engine - Pure, deterministic workflow executor for RelayPlane v3.

    Features

    • DAG Validation: Detect cycles and validate dependencies
    • Step Execution: Execute individual workflow steps with retry logic
    • Context Management: Manage execution state and template interpolation
    • Workflow Runner: Orchestrate multi-step workflows

    Architecture

    • src/types/ - TypeScript type definitions
    • src/validation/ - DAG validation and topological sort
    • src/execution/ - Context, executor, and runner
    • src/errors/ - Error classes and normalization

    Development

    # Run tests
    pnpm test
    
    # Watch mode
    pnpm test:watch
    
    # Type checking
    pnpm type-check
    
    # Build
    pnpm build

    Documentation

    See /docs/Engine Internals Specification.md for detailed implementation specs.