Skip to content

Conversation

AnatoliB
Copy link
Collaborator

@AnatoliB AnatoliB commented Oct 3, 2025

Allow overriding orchestration version when starting orchestrations via APIs by adding Version parameter to Start-DurableOrchestration and Invoke-SubOrchestrator.

This implementation depends on the following DF WebJobs extension change: Azure/azure-functions-durable-extension#3213. Until this change is released and the package reference is updated, the current test failures are expected.

</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.DurableTask" Version="3.1.0" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.DurableTask" Version="3.5.0" />
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update this reference when Azure/azure-functions-durable-extension#3213 is released.

@AnatoliB AnatoliB marked this pull request as ready for review October 3, 2025 21:44
@AnatoliB AnatoliB requested a review from andystaples October 3, 2025 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant