feat(workflows-sdk): conditional step (#7912)
* chore: move ModuleRegistrationName to utils * chore(workflows-sdk): conditional step * type * when condition
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user