Azure/durabletask
Durable Task Framework allows users to write long running persistent workflows in C# using the async/await capabilities.
C#Apache-2.0
Pinned issues
Issues
- 12
Durable function stopped but with status Running - Split brain detected error
#1046 opened by potomato - 4
Consider starting the renewal of messages in DTFx.Core as soon as they are fetched
#1150 opened by davidmrdavid - 3
Process crashes and hangs when passing parameters that contain CancellationToken
#1158 opened by cgillum - 4
Periodic Workflow is not triggered after migration to .Microsoft.Azure.DurableTask.AzureStorage" Version="2.0.0"
#1155 opened by keshari - 2
Recurrent task with expiration > 7 days fails but continually retries without any indication to the user
#1006 opened by papadeltasierra - 2
Functions timeouts not handled as they are in regular Azure Functions, leading to function host restarts and timers going missing
#1114 opened by ericleigh007 - 1
- 11
Support for connecting to storage using managed identity in DurableTask.AzureStorage and Dotnet Framework 4.8
#1093 opened by cool-mist - 6
Parsing errors while DTFx processes the messages from queue in latest version of DurableTask.AzureStorage 2.0.0-rc.2.
#1141 opened by Iamjithender - 0
System.NotSupportedException is thrown during task execution when a timer created with non UTC DateTime originally (v2.0.0-rcX).
#1127 opened by ivaliyivanov - 11
- 1
The entity received an unexpected event type of type 'OrchestratorStarted'.
#1126 opened by alex-ht-work - 1
- 5
unexpected event type of type 'OrchestratorStarted'
#1095 opened by DDAndyChen - 0
- 0
[test] seeing if needs-triage label is being added
#1102 opened by davidmrdavid - 2
AzureStorage: purge corrupted queue messages.
#1088 opened by jviau - 1
- 1
What is the recommendation from DTF on Dependency Injection on ServiceCollection - to use AddTransient or to use AddScoped for Orchestrations/Activities?
#1082 opened by Pr1yanka - 0
Unimplemented locking in ActivityTaskHandler
#1083 opened by MarkCiliaVincenti - 3
Getting DurableTask.Core.Exceptions.TypeMissingException for all the Orchestrator/Activities
#1078 opened by Man2MSFT - 0
Need an API to provide instance id routing to a subset of control-queues
#1079 opened by pasaini-microsoft - 3
- 1
OrchestrationStatus.Canceled
#1017 opened by michaelplavnik - 1
Do you have any plans to support DSL?
#1072 opened by fanslead - 1
Poor code quality
#1038 opened by andrew-kuzovov - 0
TypeMissingException for very old TaskActivity, even for which orchestration have finished long back.
#1059 opened by sainipankaj90k - 2
the await Task.Delay will make the ScheduleTask not execute in the second time and hang?
#1056 opened by AiHaibara - 3
Null check for TaskContext in AsyncTaskActivity
#1054 opened by leoquijano - 4
Middleware for exceptions handling
#1039 opened by saguiitay - 1
Input still not passed along when signaling an entity
#1051 opened by thomaseyde - 1
- 0
- 1
- 1
how to pause and resume orchestration
#1030 opened by msoliman85 - 1
Poison messages handling
#1040 opened by saguiitay - 0
Orchestration with an ID that already ran is not being tracked as existing
#1043 opened by msolimanaya - 3
Azurite still using deprecated and unsupported WindowsAzure.Storage leading to some issues with latest emulators
#1044 opened by anmandav - 0
what are the Limitation on number of child workflow can be created via CreateSubOrchestrationInstance in Durable Task Framework?
#1042 opened by kikeshar - 0
how to clean timer orchestration creates via CreateTimer() in durable task framework?
#1041 opened by kikeshar - 0
- 4
Orchestration activities stuck not completing retry attempts, SB showing timer events for both.
#1035 opened by devinlstoen - 1
- 1
Support orchestration ID reuse policy
#1015 opened by kaibocai - 1
Quotes added to string
#1022 opened by nhuurnink - 1
Error in AppLeaseStarter task, when running Durable Function and Azurite in docker container using docker compose.
#1010 opened by JohanKlijn - 0
[DurableTask-AzureStorage] Eternal Orchestration Stuck and Consistently Abandoning the Message
#1019 opened by ykhazbak - 0
Multiple levels of SubOrchestrations - an error gets thrown when reading a SubOrchestrationCompleteEvent of a nested one
#1011 opened by preslavnd - 0
- 0
📢 DurableTask.ServiceBus is not being actively maintained
#1005 opened by cgillum