elsa-workflows / elsa-core

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

[bug]: ReceiveMassTransitMessage does not work anymore #1332

Closed ckeller81 closed 3 years ago

ckeller81 commented 3 years ago

The ReceiveMassTransitMessage activity does not work anymore. The MassTransit bus message is normally consumed, but the workflow itself is either silent (got this on the test-project) or displays the message 'Workflow cannot begin from an idle state (perhaps it needs a specific input)'.

I already got a fix for this, preparing the PR.

sfmskywalker commented 3 years ago

This was fixed with 42bcb03b80e26e22cad060ba72533bf044ceaf0ev. Thank you!