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.
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.