Skip to content

fix: use correct JS SDK package in quickstart worker example#975

Merged
v1r3n merged 2 commits into
mainfrom
fix/quickstart-js-package-name
Apr 4, 2026
Merged

fix: use correct JS SDK package in quickstart worker example#975
v1r3n merged 2 commits into
mainfrom
fix/quickstart-js-package-name

Conversation

@nthmost-orkes
Copy link
Copy Markdown
Contributor

Summary

The "Workers in other languages" JavaScript tab used @conductor-oss/conductor-client and ConductorWorker — neither of which exist on npm. This would fail immediately for any user who tried to follow the example.

Change

Replace with the actual published package @io-orkes/conductor-javascript using OrkesClients and TaskHandler, matching the SDK's documented API.

Closes conductor-oss/getting-started#5

🤖 Generated with Claude Code

@conductor-oss/conductor-client does not exist on npm. Replace with
the actual package @io-orkes/conductor-javascript using OrkesClients
and TaskHandler, matching the SDK's documented API.
@v1r3n v1r3n merged commit 2123844 into main Apr 4, 2026
12 checks passed
@v1r3n v1r3n deleted the fix/quickstart-js-package-name branch April 4, 2026 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

JavaScript SDK package name is wrong in quickstart docs

2 participants