OrchestrationContext Class

A durable function orchestration context.

Inheritance
azure.functions._abc.OrchestrationContext
OrchestrationContext

Constructor

OrchestrationContext(body: str | bytes)

Parameters

Name Description
body
Required
str

The body of orchestration context json.

Attributes

body