Skip to content

[Feature Request] Run Temporal worker without bunded workflows #1965

@pauldraper

Description

@pauldraper

Is your feature request related to a problem? Please describe.

The TypeScript SDK requires a bundled workflow, either one that has been pre-bundled or one that Temporal will bundle at runtime.

Bundling is awkward and heavyweight (e.g. #933).

Describe the solution you'd like

I would like to be able to run by workflow without a bundling step.

Additional context

This is supported by every Temporal SDK except TypeScript.

While bundling and running as a V8 isolate can be helpful, it's not a requirement to use Temporal (no other SDK has V8 isolates). For me, it causes more problems than it solves.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions