Skip to content

Support starting a new orchestration from within orchestrators #328

Open
@davidmrdavid

Description

@davidmrdavid

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

    EnhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions