Private
storeCancels a new promise.
Unique identifier for the promise.
Idempotency key associated with the create operation.
If true, deduplicates only if the promise is canceled.
Key value pairs associated with the data.
Encoded data of type string.
A durable promise that is canceled, resolved, or rejected.
Creates a new durable promise
Unique identifier for the promise.
Idempotency key associated with the create operation.
If true, deduplicates only if the promise is pending.
Key value pairs associated with the data.
Encoded data of type string.
Time (in milliseconds) after which the promise is considered expired.
Key value pairs associated with the promise.
A durable promise that is pending, canceled, resolved, or rejected.
Rejects a promise
Unique identifier for the promise to be rejected.
Integration key associated with the promise.
If true, deduplicates only if the promise is rejected.
Key value pairs associated with the data.
Encoded data of type string.
A durable promise that is canceled, resolved, or rejected.
Resolves a promise.
Unique identifier for the promise to be resolved.
Idempotency key associated with the resolve promise.
If true, deduplicates only if the promise is resolved.
Key value pairs associated with the data.
Encoded data of type string.
A durable promise that is canceled, resolved, or rejected.
Search for promises.
Ids to match, can include wildcards.
State to match.
Tags to match.
Maximum number of promises to return.
A list of Durable Promises.
Promise Store API