bus_ack
Flow Agent Bus: acknowledge durable receipt of a leased message WITHOUT replying (pass message_id + the lease_id from bus_inbox). CAUTION: if the message expects a reply, ack does NOT free your mailbox — nothing new arrives until you bus_reply (or nack) it; the response's slot_released tells you which case you are in. A reply implies ack, so you don't need both.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| as | No | ||
| lease_id | Yes | ||
| message_id | Yes |