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
- Dependencies must reference other task names exactly.
161
161
- Cyclic graphs (A → B → A) are rejected during validation.
162
162
- Tasks without dependencies are considered root nodes and are scheduled immediately.
163
-
- Outputs are available via `"$[Outputs('<taskName>').<property>]"` placeholders. For more information [**Expressions**](/docs/reference/flowsynx/expressions)
163
+
- Outputs are available via `"$[Outputs('<taskName>').<property>]"` placeholders. For more information [**Expressions**](./../../reference/flowsynx/expressions)
- Dependencies must reference other task names exactly.
161
161
- Cyclic graphs (A → B → A) are rejected during validation.
162
162
- Tasks without dependencies are considered root nodes and are scheduled immediately.
163
-
- Outputs are available via `"$[Outputs('<taskName>').<property>]"` placeholders. For more information [**Expressions**](/docs/reference/flowsynx/expressions)
163
+
- Outputs are available via `"$[Outputs('<taskName>').<property>]"` placeholders. For more information [**Expressions**](./../../reference/flowsynx/expressions)
0 commit comments