Park state and exit
parkHand Aura your state plus a wake condition, then terminate. Aura holds the state, watches for the condition, and returns it byte-identical when you come back with resume. Optionally POSTs to a callback URL when it fires.
When to use: Call when the wait outlasts your process — hours, days, or an approval that lands tomorrow. Cheaper and safer than staying alive.
Price: US$0.005000 per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| on | Yes | What should wake you. | |
| note | No | A reminder to your future self about what you were doing. | |
| state | Yes | Arbitrary JSON you want back later. Returned exactly as given. | |
| callback_url | No | If set, Aura POSTs the state and the event here when it fires. | |
| expires_in_hours | No |