๐ฏ Exercise 3
Objective: Practice combining Loop, Decision, Sleep, and Stop tools to process data conditionally and control workflow execution.
[
{"order_id": 101, "amount": 500, "status": "pending"},
{"order_id": 102, "amount": 2500, "status": "pending"},
{"order_id": 103, "amount": 300, "status": "pending"},
{"order_id": 104, "amount": 1500, "status": "pending"}
]Last updated
Was this helpful?