DurableExecutionAlreadyStartedException¶
Error Class¶
DurableExecutionAlreadyStartedException
dataclass
¶
Bases: ServiceError
The durable execution with the specified name has already been started. Each durable execution name must be unique within the function. Use a different name or check the status of the existing execution.