Usage
Durable Workflows are declared by calling theworkflow function instead of the webhook or schedule function. In
order to trigger a Durable Workflow, you create a new instance of the workflow from within a regular workflow.
DurableInterpreter instead of the
MemoryInterpreter when running the integration.