Skip to content

Commit 80fd40b

Browse files
authored
docs: Add note on custom conveters and bundleWorkflowCode (#1338)
It's not obvious that this is required, hopefully this comment will help steer users in the right path.
1 parent 8b56f38 commit 80fd40b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/worker/src/worker-options.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,9 @@ export interface WorkerOptions {
179179

180180
/**
181181
* Provide a custom {@link DataConverter}.
182+
*
183+
* When bundling workflows ahead of time, make sure to provide custom payload and failure
184+
* converter paths as options to `bundleWorkflowCode`.
182185
*/
183186
dataConverter?: DataConverter;
184187

0 commit comments

Comments
 (0)