microsoft / microsoft/durabletask-mssql
Non-Deterministic workflow detected
@cgillum is already working on this.
Since Apr 2, 2024.
- Dominant language
- C#
- Stars
- 105
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
We met this following error since Microsoft.DurableTask.SqlServer.AzureFunctions 1.2.2 :
Non-Deterministic workflow detected: A previous execution of this orchestration scheduled an activity task with sequence ID 0 and name 'SharedOperationsFunctions_CheckOperationStatus' (version ''), but the current replay execution hasn't (yet?) scheduled this task. Was a change made to the orchestrator code after this instance had already started running?
Note that we also use "Microsoft.Data.SqlClient" Version="5.2.0"
Another rewind seems to fix it
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.