danielgerlag / workflow-core

Lightweight workflow engine for .NET Standard
MIT License
5.4k stars 1.2k forks source link

How to register workflows on every node with Multi-node clusters? #1261

Open godzff opened 6 months ago

godzff commented 6 months ago

When I set the cluster mode, registering workflows only takes effect on one of the nodes, resulting in an error indicating that the workflow is not registered when tasks are executed on other nodes.

How should I configure it to avoid this situation? Or do I have to register the workflow on each node individually?