Skip to content

Commit 001e094

Browse files
committed
Corrected workflow
1 parent 59ac4f7 commit 001e094

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/guides/use-cases/marketing.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,14 @@ graph TB
100100
</Tab>
101101

102102
<Tab title="AI content with approval">
103-
**Supervisor pattern with approval gate**. Generates AI marketing content (images, copy, assets), pauses with wait.for for human review, applies revisions if needed, publishes to channels after approval.
103+
**Supervisor pattern with approval gate**. Generates AI marketing content (images, copy, assets), pauses with wait.forToken for human review, applies revisions if needed, publishes to channels after approval.
104104

105105
<div align="center">
106106

107107
```mermaid
108108
graph TB
109109
A[createCampaignAssets] --> B[generateAIContent]
110-
B --> C[wait.for approval]
110+
B --> C[wait.forToken approval]
111111
C --> D{Approved?}
112112
113113
D -->|Yes| E[publishToChannels]

docs/guides/use-cases/media-processing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ graph TB
179179
H --> J
180180
I --> J
181181
182-
J -->|Yes| K[wait.for approval]
182+
J -->|Yes| K[wait.forToken approval]
183183
J -->|No| L[processAndIntegrate]
184184
K --> L
185185
```

0 commit comments

Comments
 (0)