feat(workflows-sdk): conditional step (#7912)

* chore: move ModuleRegistrationName to utils

* chore(workflows-sdk): conditional step

* type

* when condition
This commit is contained in:
Carlos R. L. Rodrigues
2024-07-05 10:54:18 +02:00
committed by GitHub
parent 36c1db7479
commit 9badad24aa
13 changed files with 264 additions and 525 deletions
@@ -1,6 +1,9 @@
export const SymbolMedusaWorkflowComposerContext = Symbol.for(
"MedusaWorkflowComposerContext"
).toString()
export const SymbolMedusaWorkflowComposerCondition = Symbol.for(
"MedusaWorkflowComposerCondition"
).toString()
export const SymbolInputReference = Symbol.for(
"WorkflowInputReference"
).toString()