-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fork Activity causes errors #5204
Comments
Although I could not reproduce getting an error, I did notice that the Fork (flow) activity doesn't complete, which is a bug. @defunky What Elsa version did you try? |
In the FlowFork.cs file of the Elsa.Workflows.Core module, the method ScheduleOutcomesAsync has been replaced with CompleteActivityWithOutcomesAsync. This fixes the issue of the activity not completing. Fixes #5204
3.1.2. I also get the same behaviour on the delay node if I just drag it in and run The exception thrown:
|
I can't seem to reproduce that behavior. Could you share with me detailed steps to arrive at this result? Or, of possible, attach a (simplified) solution with the projects? |
never mind I'm a dumbass, it was due to signalr not being registered correctly with realtime workflows being enabled. It would be nice to server to throw an exception or log a warning to let you know signalr isn't registered |
Delay activity causes similar issues
The text was updated successfully, but these errors were encountered: