elsa-workflows / elsa-core

A .NET workflows library
https://v3.elsaworkflows.io/
MIT License
6.51k stars 1.2k forks source link

Fix hangfire resume workflow #6097

Closed sNakiex closed 1 week ago

sNakiex commented 2 weeks ago

There was a bug in the hangfire implementation where it would always generate a random workflowinstanceid because it was not passed into the createclient. Because of this hangfire was unable to resume instances.


This change is Reviewable