Obtain a RestatePromise variant of this promise.
Returns the value of the promise, if it has been resolved.
Reject the promise with the given error message.
the error message to use for rejection.
Resolve the promise with the given value.
Optional
value: Tthe value to resolve the promise with
Workflow bound durable promise
See WorkflowSharedContext promise..