docs: fix typo (#10894)

This commit is contained in:
gharbi-mohamed-dev
2025-01-09 14:05:33 +02:00
committed by GitHub
parent 1ade80c375
commit 635d026f7f
@@ -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.
---