feat: add support for accessing step results via context (#11907)

Fixes: FRMW-2934

This PR adds support for accessing the results of a hook using the `hook.getResult` method.
This commit is contained in:
Harminder Virk
2025-03-21 10:15:38 +00:00
committed by GitHub
parent a3f4560263
commit cab6f3a8ad
8 changed files with 408 additions and 17 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/workflows-sdk": patch
---
feat: add support for accessing step results via context