We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2312fca commit e5026efCopy full SHA for e5026ef
docs/WebGenAI-CLI.md
@@ -242,14 +242,15 @@ Use LogicBank to enforce the Check Credit requirement:
242
3. The Order's amount_total is the sum of the Item amount
243
4. The Item amount is the quantity * unit_price
244
5. The Item unit_price is copied from the Product unit_price
245
+ 6. Send the Order to Kafka topic 'order_shipping' if the date_shipped is not None
246
```
247
248
249
250
#### Integration Logic
251
In the example above, note the rule:
252
-```text title ='Integration Logic'
253
+```bash title='Integration Logic'
254
Send the Order to Kafka topic 'order_shipping' if the date_shipped is not None
255
256
0 commit comments