diff --git a/src/frontend/app/actions/visa-send-signature-book-action/send-signature-book-action.component.ts b/src/frontend/app/actions/visa-send-signature-book-action/send-signature-book-action.component.ts
index cec9ff63c4486106ffd3517985b3dc26bce4b033..0511a6960adc64c4b6343df65662d444d1dca71f 100644
--- a/src/frontend/app/actions/visa-send-signature-book-action/send-signature-book-action.component.ts
+++ b/src/frontend/app/actions/visa-send-signature-book-action/send-signature-book-action.component.ts
@@ -218,7 +218,9 @@ export class SendSignatureBookActionComponent implements AfterViewInit {
                 this.data.resource.integrations[integrationId] = !this.data.resource.integrations[integrationId];
                 await this.checkSignatureBook();
                 setTimeout(async () => {
-                    await this.appVisaWorkflow.loadWorkflow(this.data.resIds[0]);
+                    if (this.appVisaWorkflow.emptyWorkflow()) {
+                        await this.appVisaWorkflow.loadWorkflow(this.data.resIds[0]);
+                    }
                     this.loadWorkflowEntity();
                     if (!this.noResourceToProcess) {
                         this.checkWorkflowParameters(this.appVisaWorkflow.visaWorkflow.items);