We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have bundling working following the example at https://github.com/temporalio/samples-typescript/tree/f16fa9d4962c31231ea63c0a7c7dada3c52a840a/production.
I can use a custom payload converter following the example at https://github.com/temporalio/samples-typescript/tree/main/ejson.
How do I combine the two? When I bundle with a payload converter, I get an error from Temporal client setup:
ValueError: Could not find a file at the specified payloadConverterPath: './shared/temporal/payload-converter.ts'.
Explain how to use a payload converter with a client bundled by Webpack.
The text was updated successfully, but these errors were encountered:
Community Support: https://community.temporal.io/t/how-do-i-create-a-webpack-bundle-with-a-payload-converter/10439?u=clintonb
Sorry, something went wrong.
To combine the two samples, you'll need to pass payloadConverterPath to bundleWorkflowCode, I don't think that warrants a dedicated sample.
payloadConverterPath
bundleWorkflowCode
That being said, our production sample could use an upgrade IMHO, it's fairly basic.
No branches or pull requests
Is your feature request related to a problem? Please describe.
I have bundling working following the example at https://github.com/temporalio/samples-typescript/tree/f16fa9d4962c31231ea63c0a7c7dada3c52a840a/production.
I can use a custom payload converter following the example at https://github.com/temporalio/samples-typescript/tree/main/ejson.
How do I combine the two? When I bundle with a payload converter, I get an error from Temporal client setup:
Describe the solution you'd like
Explain how to use a payload converter with a client bundled by Webpack.
Additional context
The text was updated successfully, but these errors were encountered: