feat(core): Implement inter-main communication for test webhooks in multi-main setup (#8267)
This commit is contained in:
@@ -282,7 +282,7 @@ export class WorkflowService {
|
||||
const newState = updatedWorkflow.active;
|
||||
|
||||
if (this.multiMainSetup.isEnabled && oldState !== newState) {
|
||||
await this.multiMainSetup.broadcastWorkflowActiveStateChanged({
|
||||
await this.multiMainSetup.publish('workflowActiveStateChanged', {
|
||||
workflowId,
|
||||
oldState,
|
||||
newState,
|
||||
|
||||
Reference in New Issue
Block a user