Skip to content

Support starting a new orchestration from within orchestrators #374

Open
@davidmrdavid

Description

@davidmrdavid

Related - Azure/azure-functions-durable-js#328

Usually, orchestrations are only to be invoked by a durable client, but in dotnet users have the ability to start orchestrations within another orchestrations.

The dotnet API for this is here: https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.webjobs.extensions.durabletask.idurableorchestrationcontext.startneworchestration?view=azure-dotnet#microsoft-azure-webjobs-extensions-durabletask-idurableorchestrationcontext-startneworchestration(system-string-system-object-system-string)

We should implement similar functionality

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions