Need help : Is it possible to cancel(or reschedule at different time) orchestration when in Pending state?
Open
- Dominant language
- C#
- Stars
- 1.7k
- Forks
- 335
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 6
Description
We have a scheduler using DTF, **CreateScheduledOrchestrationInstanceAsync(Type orchestrationType, string instanceId, object input, DateTime startAt)** is used to schedule orchestration. The issue is that once orchestration is scheduled and in Pending state, is it possible to override scheduled time. Have tried to use CreateScheduledOrchestrationInstanceAsync again with different time and same instanceid but then orchestration is getting executed at both the times (old and new/updated)
any idea on how to fix this?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.