docs: fix typo (#10894)
This commit is contained in:
@@ -12,7 +12,7 @@ Medusa creates an internal representation of the workflow definition you pass to
|
||||
|
||||
So, you can't use an if-condition that checks a variable's value, as the condition will be evaluated when Medusa creates the internal representation of the workflow, rather than during execution.
|
||||
|
||||
Instead, use when-then from the Workflows SDK. It allows you to perform steps in a workflow only if a condition that you specify is satisified.
|
||||
Instead, use when-then from the Workflows SDK. It allows you to perform steps in a workflow only if a condition that you specify is satisfied.
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user