You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: www/apps/book/app/learn/fundamentals/workflows/constructor-constraints/page.mdx
+4
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,10 @@ export const metadata = {
6
6
7
7
This chapter lists constraints of defining a workflow or its steps.
8
8
9
+
Medusa creates an internal representation of the workflow definition you pass to `createWorkflow` to track and store its steps. At that point, variables in the workflow don't have any values. They only do when you execute the workflow.
10
+
11
+
This creates restrictions related to variable manipulations, using if-conditions, and other constraints. This chapter lists these constraints and provides their alternatives.
0 commit comments