From e73c421a7c1d73f714e53c044aa3246ebc5cd20f Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Wed, 15 Jun 2022 15:40:45 -0500 Subject: [PATCH] put tasks together in a subfolder --- .../02_getSdkConnectionForFC.js | 1 - .../{ => Tasks}/01_create_lock.js | 0 .../Tasks/02_getSdkConnectionForFC.js | 1 + .../{ => Tasks}/03_search_for_matching_VM_names.png | Bin .../{ => Tasks}/04_generate_candidateVmName.js | 0 .../{ => Tasks}/05_check_for_VM_name_conflict.js | 0 .../{ => Tasks}/06_check_for_DNS_conflict.js | 0 .../{ => Tasks}/07_check_for_AD_conflict.js | 0 .../{ => Tasks}/08_return_vmName.js | 0 .../{ => Tasks}/09_remove_lock.js | 0 .../{ => Tasks}/a01_conflict_encountered.js | 0 .../{ => Tasks}/x01_exception_handler.js | 0 12 files changed, 1 insertion(+), 1 deletion(-) delete mode 120000 Orchestrator/Workflows/Generate Unique Hostname/02_getSdkConnectionForFC.js rename Orchestrator/Workflows/Generate Unique Hostname/{ => Tasks}/01_create_lock.js (100%) create mode 120000 Orchestrator/Workflows/Generate Unique Hostname/Tasks/02_getSdkConnectionForFC.js rename Orchestrator/Workflows/Generate Unique Hostname/{ => Tasks}/03_search_for_matching_VM_names.png (100%) rename Orchestrator/Workflows/Generate Unique Hostname/{ => Tasks}/04_generate_candidateVmName.js (100%) rename Orchestrator/Workflows/Generate Unique Hostname/{ => Tasks}/05_check_for_VM_name_conflict.js (100%) rename Orchestrator/Workflows/Generate Unique Hostname/{ => Tasks}/06_check_for_DNS_conflict.js (100%) rename Orchestrator/Workflows/Generate Unique Hostname/{ => Tasks}/07_check_for_AD_conflict.js (100%) rename Orchestrator/Workflows/Generate Unique Hostname/{ => Tasks}/08_return_vmName.js (100%) rename Orchestrator/Workflows/Generate Unique Hostname/{ => Tasks}/09_remove_lock.js (100%) rename Orchestrator/Workflows/Generate Unique Hostname/{ => Tasks}/a01_conflict_encountered.js (100%) rename Orchestrator/Workflows/Generate Unique Hostname/{ => Tasks}/x01_exception_handler.js (100%) diff --git a/Orchestrator/Workflows/Generate Unique Hostname/02_getSdkConnectionForFC.js b/Orchestrator/Workflows/Generate Unique Hostname/02_getSdkConnectionForFC.js deleted file mode 120000 index 459cd42..0000000 --- a/Orchestrator/Workflows/Generate Unique Hostname/02_getSdkConnectionForFC.js +++ /dev/null @@ -1 +0,0 @@ -../../Actions/com.virtuallypotato.utility/getSdkConnectionForVC.js \ No newline at end of file diff --git a/Orchestrator/Workflows/Generate Unique Hostname/01_create_lock.js b/Orchestrator/Workflows/Generate Unique Hostname/Tasks/01_create_lock.js similarity index 100% rename from Orchestrator/Workflows/Generate Unique Hostname/01_create_lock.js rename to Orchestrator/Workflows/Generate Unique Hostname/Tasks/01_create_lock.js diff --git a/Orchestrator/Workflows/Generate Unique Hostname/Tasks/02_getSdkConnectionForFC.js b/Orchestrator/Workflows/Generate Unique Hostname/Tasks/02_getSdkConnectionForFC.js new file mode 120000 index 0000000..cc5e05c --- /dev/null +++ b/Orchestrator/Workflows/Generate Unique Hostname/Tasks/02_getSdkConnectionForFC.js @@ -0,0 +1 @@ +../../../Actions/com.virtuallypotato.utility/getSdkConnectionForVC.js \ No newline at end of file diff --git a/Orchestrator/Workflows/Generate Unique Hostname/03_search_for_matching_VM_names.png b/Orchestrator/Workflows/Generate Unique Hostname/Tasks/03_search_for_matching_VM_names.png similarity index 100% rename from Orchestrator/Workflows/Generate Unique Hostname/03_search_for_matching_VM_names.png rename to Orchestrator/Workflows/Generate Unique Hostname/Tasks/03_search_for_matching_VM_names.png diff --git a/Orchestrator/Workflows/Generate Unique Hostname/04_generate_candidateVmName.js b/Orchestrator/Workflows/Generate Unique Hostname/Tasks/04_generate_candidateVmName.js similarity index 100% rename from Orchestrator/Workflows/Generate Unique Hostname/04_generate_candidateVmName.js rename to Orchestrator/Workflows/Generate Unique Hostname/Tasks/04_generate_candidateVmName.js diff --git a/Orchestrator/Workflows/Generate Unique Hostname/05_check_for_VM_name_conflict.js b/Orchestrator/Workflows/Generate Unique Hostname/Tasks/05_check_for_VM_name_conflict.js similarity index 100% rename from Orchestrator/Workflows/Generate Unique Hostname/05_check_for_VM_name_conflict.js rename to Orchestrator/Workflows/Generate Unique Hostname/Tasks/05_check_for_VM_name_conflict.js diff --git a/Orchestrator/Workflows/Generate Unique Hostname/06_check_for_DNS_conflict.js b/Orchestrator/Workflows/Generate Unique Hostname/Tasks/06_check_for_DNS_conflict.js similarity index 100% rename from Orchestrator/Workflows/Generate Unique Hostname/06_check_for_DNS_conflict.js rename to Orchestrator/Workflows/Generate Unique Hostname/Tasks/06_check_for_DNS_conflict.js diff --git a/Orchestrator/Workflows/Generate Unique Hostname/07_check_for_AD_conflict.js b/Orchestrator/Workflows/Generate Unique Hostname/Tasks/07_check_for_AD_conflict.js similarity index 100% rename from Orchestrator/Workflows/Generate Unique Hostname/07_check_for_AD_conflict.js rename to Orchestrator/Workflows/Generate Unique Hostname/Tasks/07_check_for_AD_conflict.js diff --git a/Orchestrator/Workflows/Generate Unique Hostname/08_return_vmName.js b/Orchestrator/Workflows/Generate Unique Hostname/Tasks/08_return_vmName.js similarity index 100% rename from Orchestrator/Workflows/Generate Unique Hostname/08_return_vmName.js rename to Orchestrator/Workflows/Generate Unique Hostname/Tasks/08_return_vmName.js diff --git a/Orchestrator/Workflows/Generate Unique Hostname/09_remove_lock.js b/Orchestrator/Workflows/Generate Unique Hostname/Tasks/09_remove_lock.js similarity index 100% rename from Orchestrator/Workflows/Generate Unique Hostname/09_remove_lock.js rename to Orchestrator/Workflows/Generate Unique Hostname/Tasks/09_remove_lock.js diff --git a/Orchestrator/Workflows/Generate Unique Hostname/a01_conflict_encountered.js b/Orchestrator/Workflows/Generate Unique Hostname/Tasks/a01_conflict_encountered.js similarity index 100% rename from Orchestrator/Workflows/Generate Unique Hostname/a01_conflict_encountered.js rename to Orchestrator/Workflows/Generate Unique Hostname/Tasks/a01_conflict_encountered.js diff --git a/Orchestrator/Workflows/Generate Unique Hostname/x01_exception_handler.js b/Orchestrator/Workflows/Generate Unique Hostname/Tasks/x01_exception_handler.js similarity index 100% rename from Orchestrator/Workflows/Generate Unique Hostname/x01_exception_handler.js rename to Orchestrator/Workflows/Generate Unique Hostname/Tasks/x01_exception_handler.js