Get the task id of the durable task.
The task id of the durable task.
Get the execution id of the durable task execution.
The execution id of the durable task execution.
Get the durable task execution.
The durable task execution.
Wait for the durable task execution to be finished and get it.
Optional
options: { signal?: CancelSignal | AbortSignal; pollingIntervalMs?: number }The options for waiting for the durable task execution.
The durable task execution.
Cancel the durable task execution.
A handle to a durable task execution. See Durable task execution docs for more details on how task executions work.
Example