Azure / durabletask

Durable Task Framework allows users to write long running persistent workflows in C# using the async/await capabilities.
Apache License 2.0
1.47k stars 287 forks source link

Add new CreateScheduledOrchestrationInstanceAsync override to allow specifying name/version/instanceId & startAt #978

Closed BraedonWooding closed 5 months ago

BraedonWooding commented 9 months ago

As the title says it adds the override

public Task<OrchestrationInstance> CreateScheduledOrchestrationInstanceAsync(string name, string version, string instanceId, object input, DateTime startAt)
BraedonWooding commented 9 months ago

@microsoft-github-policy-service agree company="Resonate Solutions Pty. Ltd."

cgillum commented 5 months ago

/azp run

azure-pipelines[bot] commented 5 months ago
EDIT: Azure Pipelines run scheduled successfully.
davidmrdavid commented 5 months ago

/azp run

azure-pipelines[bot] commented 5 months ago
EDIT: Azure Pipelines run scheduled successfully.