-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
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
feat(workflows-sdk): Allow primitive values to be passed as well as WorkflowDataProperties #5953
feat(workflows-sdk): Allow primitive values to be passed as well as WorkflowDataProperties #5953
Conversation
…orkflowDataProperties
🦋 Changeset detectedLatest commit: a6d9782 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 3 Ignored Deployments
|
@olivermrbl wdyt? We can now mix plain values and WorkflowDataProperty as we discussed. Now steps input can always accept both types, the wrapped one or the plain one |
Nice, will give it a spin! |
/snapshot-this |
🚀 A snapshot release has been made for this PRTest the snapshots by updating your yarn add @medusajs/admin-ui@2.1.11-snapshot-20231221151121 yarn add @medusajs/link-modules@0.2.6-snapshot-20231221151121 yarn add @medusajs/medusa@1.19.1-snapshot-20231221151121 yarn add medusa-fulfillment-manual@1.1.39-snapshot-20231221151121 yarn add medusa-fulfillment-webshipper@1.4.2-snapshot-20231221151121 yarn add medusa-interfaces@1.3.8-snapshot-20231221151121 yarn add @medusajs/medusa-js@6.1.5-snapshot-20231221151121 yarn add medusa-payment-adyen@1.1.45-snapshot-20231221151121 yarn add @medusajs/modules-sdk@1.12.6-snapshot-20231221151121 yarn add @medusajs/orchestration@0.5.2-snapshot-20231221151121 yarn add @medusajs/pricing@0.1.7-snapshot-20231221151121 yarn add @medusajs/types@1.11.10-snapshot-20231221151121 yarn add @medusajs/utils@1.11.3-snapshot-20231221151121 yarn add @medusajs/workflows-sdk@0.1.1-snapshot-20231221151121
|
What
Allow to pass plain value and WorkflowDataProperty to a step