OrchestrationContext Class
A durable function orchestration context.
- Inheritance
-
azure.functions._abc.OrchestrationContextOrchestrationContext
Constructor
OrchestrationContext(body: str | bytes)
Parameters
Name | Description |
---|---|
body
Required
|
The body of orchestration context json. |