From 24ceb3bb44861eb03cdebe71c7f43c83942ed636 Mon Sep 17 00:00:00 2001 From: FlowDelta Smoke Date: Fri, 10 Jul 2026 22:29:59 -0400 Subject: [PATCH] chore(smoke): FlowDelta smoke/e2e 20260711022954977 --- .../flows/smoke-01-add_node.flow-meta.xml | 22 +++++ .../flows/smoke-02-add_screen.flow-meta.xml | 88 ++++++++++++++++++- .../smoke-03-bump_api_version.flow-meta.xml | 3 +- .../smoke-04-deactivate_flow.flow-meta.xml | 2 +- .../flows/smoke-05-delete_node.flow-meta.xml | 25 +----- .../flows/smoke-06-fault_path.flow-meta.xml | 25 ++++++ .../smoke-07-modify_assignment.flow-meta.xml | 7 ++ .../smoke-08-modify_decision.flow-meta.xml | 7 -- .../flows/smoke-09-noop_save.flow-meta.xml | 8 +- .../smoke-10-rewire_connector.flow-meta.xml | 6 +- 10 files changed, 152 insertions(+), 41 deletions(-) diff --git a/force-app/main/default/flows/smoke-01-add_node.flow-meta.xml b/force-app/main/default/flows/smoke-01-add_node.flow-meta.xml index 2e9fb29..46fb037 100644 --- a/force-app/main/default/flows/smoke-01-add_node.flow-meta.xml +++ b/force-app/main/default/flows/smoke-01-add_node.flow-meta.xml @@ -2,6 +2,25 @@ 66.0 false + + Includes_Jawn + + 0 + 0 + Default Outcome + + Yes + and + + $Record.Name + Contains + + "Jawn" + + + + + Default AddJawnToName @@ -34,6 +53,9 @@ 0 0 + + Includes_Jawn + Name diff --git a/force-app/main/default/flows/smoke-02-add_screen.flow-meta.xml b/force-app/main/default/flows/smoke-02-add_screen.flow-meta.xml index 33f0a29..6d07d9d 100644 --- a/force-app/main/default/flows/smoke-02-add_screen.flow-meta.xml +++ b/force-app/main/default/flows/smoke-02-add_screen.flow-meta.xml @@ -17,11 +17,95 @@ Flow + + Configure_Options + + 176 + 287 + true + false + true + + Welcome + + + Intro + <p>Choose how the records should be transferred. <a href="https://example.com" target="_blank">Learn more.</a></p> + DisplayText + + + Single_Column_Section + Account options + RegionContainer + + Single_Column_Section_Column1 + Region + + Transfer_Notes + Boolean + Also transfer Notes and Attachments + InputField + true + + + width + + 12 + + + false + + false + SectionWithHeader + + + Two_Column_Section + RegionContainer + + Two_Column_Section_Column1 + Region + + Keep_Team + Boolean + Keep the Account Team + InputField + true + + + width + + 6 + + + false + + + Two_Column_Section_Column2 + Region + + Help_Text + <p>If unchecked, the Account Team is removed.</p> + DisplayText + + + width + + 6 + + + false + + false + SectionWithoutHeader + + true + true + Welcome 176 - 287 + 431 true true true @@ -37,7 +121,7 @@ 176 0 - Welcome + Configure_Options Active diff --git a/force-app/main/default/flows/smoke-03-bump_api_version.flow-meta.xml b/force-app/main/default/flows/smoke-03-bump_api_version.flow-meta.xml index e664495..e7edd10 100644 --- a/force-app/main/default/flows/smoke-03-bump_api_version.flow-meta.xml +++ b/force-app/main/default/flows/smoke-03-bump_api_version.flow-meta.xml @@ -70,7 +70,8 @@ TriggerActionFlowAddError 1 - 59.0 + 60.0 + SystemModeWithoutSharing Populate_Tag diff --git a/force-app/main/default/flows/smoke-04-deactivate_flow.flow-meta.xml b/force-app/main/default/flows/smoke-04-deactivate_flow.flow-meta.xml index ef49cab..1c528cf 100644 --- a/force-app/main/default/flows/smoke-04-deactivate_flow.flow-meta.xml +++ b/force-app/main/default/flows/smoke-04-deactivate_flow.flow-meta.xml @@ -208,7 +208,7 @@ Get_Aurora_Tag_Definition - Active + Draft record SObject diff --git a/force-app/main/default/flows/smoke-05-delete_node.flow-meta.xml b/force-app/main/default/flows/smoke-05-delete_node.flow-meta.xml index 2b5d16b..b93a686 100644 --- a/force-app/main/default/flows/smoke-05-delete_node.flow-meta.xml +++ b/force-app/main/default/flows/smoke-05-delete_node.flow-meta.xml @@ -17,32 +17,11 @@ Flow - - Get_Accounts - - 176 - 134 - false - - Show_Result - - and - - Name - NotEqualTo - - Test Account - - - true - Account - true - Show_Result 176 - 287 + 134 true true true @@ -58,7 +37,7 @@ 176 0 - Get_Accounts + Show_Result Active diff --git a/force-app/main/default/flows/smoke-06-fault_path.flow-meta.xml b/force-app/main/default/flows/smoke-06-fault_path.flow-meta.xml index 2ad0a81..e6f3f1f 100644 --- a/force-app/main/default/flows/smoke-06-fault_path.flow-meta.xml +++ b/force-app/main/default/flows/smoke-06-fault_path.flow-meta.xml @@ -22,6 +22,16 @@ + + Error_on_Get_Children + + 0 + 0 + + {!ErrorMessage} + false + + Includes_Jawn @@ -41,6 +51,13 @@ "Jawn" + + $Record.CreatedById + IsNull + + false + + @@ -80,6 +97,9 @@ Jawnify + + Error_on_Get_Children + and AccountId @@ -119,4 +139,9 @@ RecordBeforeSave Draft + + ErrorMessage + false + <p>ERROR! ERROR! ERROR!</p> + diff --git a/force-app/main/default/flows/smoke-07-modify_assignment.flow-meta.xml b/force-app/main/default/flows/smoke-07-modify_assignment.flow-meta.xml index eb0f607..7633255 100644 --- a/force-app/main/default/flows/smoke-07-modify_assignment.flow-meta.xml +++ b/force-app/main/default/flows/smoke-07-modify_assignment.flow-meta.xml @@ -14,6 +14,13 @@ AddJawnToName + + $Record.Description + Add + + AddJawnToName + + Includes_Jawn diff --git a/force-app/main/default/flows/smoke-08-modify_decision.flow-meta.xml b/force-app/main/default/flows/smoke-08-modify_decision.flow-meta.xml index b6792aa..3365ccb 100644 --- a/force-app/main/default/flows/smoke-08-modify_decision.flow-meta.xml +++ b/force-app/main/default/flows/smoke-08-modify_decision.flow-meta.xml @@ -51,13 +51,6 @@ "Jawn" - - $Record.CreatedById - IsNull - - false - - diff --git a/force-app/main/default/flows/smoke-09-noop_save.flow-meta.xml b/force-app/main/default/flows/smoke-09-noop_save.flow-meta.xml index 9f19d8f..5874495 100644 --- a/force-app/main/default/flows/smoke-09-noop_save.flow-meta.xml +++ b/force-app/main/default/flows/smoke-09-noop_save.flow-meta.xml @@ -32,8 +32,8 @@ Jawnify - 0 - 0 + 170 + 642 Name @@ -43,8 +43,8 @@ $Record - 0 - 0 + 330 + 48 Jawnify diff --git a/force-app/main/default/flows/smoke-10-rewire_connector.flow-meta.xml b/force-app/main/default/flows/smoke-10-rewire_connector.flow-meta.xml index 97124b2..a9479b3 100644 --- a/force-app/main/default/flows/smoke-10-rewire_connector.flow-meta.xml +++ b/force-app/main/default/flows/smoke-10-rewire_connector.flow-meta.xml @@ -28,7 +28,7 @@ 0 0 - Get_Children + Jawn_that_Jawn No @@ -78,7 +78,7 @@ 0 false - Jawn_that_Jawn + Jawnify and @@ -112,7 +112,7 @@ 0 0 - Jawnify + Get_Children Account CreateAndUpdate