breaking: implement workflow hooks (first iteration) (#8346)

This commit is contained in:
Harminder Virk
2024-07-31 15:36:38 +05:30
committed by GitHub
parent 6ccf83128c
commit 864bb0df05
157 changed files with 1161 additions and 838 deletions

View File

@@ -19,3 +19,6 @@ export const SymbolWorkflowStepBind = Symbol.for("WorkflowStepBind").toString()
export const SymbolWorkflowStepTransformer = Symbol.for(
"WorkflowStepTransformer"
).toString()
export const SymbolMedusaWorkflowResponse = Symbol.for(
"MedusaWorkflowResponse"
).toString()