Close loop
close_loopRecords the resolution of an open commitment, superseding the open loop to remove it from open_loops while maintaining an auditable promise-to-resolution history.
Instructions
Close an open commitment: records the resolution and supersedes the open loop with it, so
open_loops stops returning it while the promise -> resolution history stays auditable. Get
loop_id from open_loops (the record id).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| loop_id | Yes | ||
| resolution | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |