[Bug] Worker.create fails with activities undefined
joebowbeer opened this issue · 1 comments
joebowbeer commented
workDir: __dirname,
activities: undefined,
I tried this^ simpler form, but it failed because of activities MODULE_NOT_FOUND:
Error: Cannot find module '[...]/temporal-pendulum/position-node/src/activities'
Originally posted by @joebowbeer in #2 (comment)
joebowbeer commented
Duplicate of temporalio/sdk-typescript#227