From 9823541dd454f9d63b7f12e3963a5bcdb28eae07 Mon Sep 17 00:00:00 2001 From: nianiB9 Date: Mon, 5 Jan 2026 14:45:44 -0600 Subject: [PATCH 1/3] update error popup --- .../Popups/WorkflowTriggerResult/WorkflowTriggerResult.jsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/client/src/components/Popups/WorkflowTriggerResult/WorkflowTriggerResult.jsx b/client/src/components/Popups/WorkflowTriggerResult/WorkflowTriggerResult.jsx index 0fb69ba..49add67 100644 --- a/client/src/components/Popups/WorkflowTriggerResult/WorkflowTriggerResult.jsx +++ b/client/src/components/Popups/WorkflowTriggerResult/WorkflowTriggerResult.jsx @@ -19,9 +19,11 @@ const WorkflowTriggerResult = ({ workflowInstanceUrl }) => { return (
-

{textContent.popups.workflowTriggered.title}

+ {/*

{textContent.popups.workflowTriggered.title}

*/} +

This workflow type cannot be triggered in an embedded window.

+

- See Embedded workflow instance recommendations and restrictions. + See Embedded workflow instance recommendations and restrictions for more information.

{textContent.buttons.continue} From 7131fbb02a5c2eaf59b9a99edb8fd119800a3cf2 Mon Sep 17 00:00:00 2001 From: nianiB9 Date: Mon, 5 Jan 2026 14:50:45 -0600 Subject: [PATCH 2/3] update styling --- .../Popups/WorkflowTriggerResult/WorkflowTriggerResult.jsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/src/components/Popups/WorkflowTriggerResult/WorkflowTriggerResult.jsx b/client/src/components/Popups/WorkflowTriggerResult/WorkflowTriggerResult.jsx index 49add67..0fd7c83 100644 --- a/client/src/components/Popups/WorkflowTriggerResult/WorkflowTriggerResult.jsx +++ b/client/src/components/Popups/WorkflowTriggerResult/WorkflowTriggerResult.jsx @@ -19,8 +19,7 @@ const WorkflowTriggerResult = ({ workflowInstanceUrl }) => { return (
- {/*

{textContent.popups.workflowTriggered.title}

*/} -

This workflow type cannot be triggered in an embedded window.

+

{textContent.popups.workflowTriggered.title}


See Embedded workflow instance recommendations and restrictions for more information. From ff3e5dcdd9fb5028760ef82f623bfb907ae061a7 Mon Sep 17 00:00:00 2001 From: nianiB9 Date: Wed, 7 Jan 2026 10:10:52 -0600 Subject: [PATCH 3/3] text file --- client/src/assets/text.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/assets/text.json b/client/src/assets/text.json index 8a6bf9f..db617db 100644 --- a/client/src/assets/text.json +++ b/client/src/assets/text.json @@ -78,7 +78,7 @@ }, "popups": { "workflowTriggered": { - "title": "Incompatible workflow", + "title": "This workflow type cannot be triggered in an embedded window.", "descriptiona": "See and redirect the user back to the workflows page", "description": "See Embedded workflow instance recommendations and restrictions and redirect the user back to the workflows page" }