From 516b2eecd61d25ba37be6e37d33686f27a192608 Mon Sep 17 00:00:00 2001 From: Sven Ketelsen Date: Tue, 26 Apr 2022 09:04:46 +0200 Subject: [PATCH] DEV-375: cleanup process --- smardigo/backup/process/primary-process.bpmn | 131 +++++++++--------- smardigo/backup/script/ansible-start.groovy | 2 - .../script/create-awx-paramaters.groovy | 2 - 3 files changed, 64 insertions(+), 71 deletions(-) diff --git a/smardigo/backup/process/primary-process.bpmn b/smardigo/backup/process/primary-process.bpmn index 8b23373..1bec355 100644 --- a/smardigo/backup/process/primary-process.bpmn +++ b/smardigo/backup/process/primary-process.bpmn @@ -36,9 +36,6 @@ ${envStage} - - ${1} - connect @@ -222,6 +219,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -337,70 +398,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/smardigo/backup/script/ansible-start.groovy b/smardigo/backup/script/ansible-start.groovy index 5c4d9bd..43ba8bd 100644 --- a/smardigo/backup/script/ansible-start.groovy +++ b/smardigo/backup/script/ansible-start.groovy @@ -1,5 +1,3 @@ -def cluster_features = ['connect'] + execution.getVariable('connect-features') - def env = [ process_instance_id: execution.getProcessInstanceId(), scope_id: contextScopeId, diff --git a/smardigo/backup/script/create-awx-paramaters.groovy b/smardigo/backup/script/create-awx-paramaters.groovy index a673330..cc04348 100644 --- a/smardigo/backup/script/create-awx-paramaters.groovy +++ b/smardigo/backup/script/create-awx-paramaters.groovy @@ -1,5 +1,3 @@ -def cluster_features = ['connect'] + execution.getVariable('connect-features') - def env = [ process_instance_id: execution.getProcessInstanceId(), scope_id: contextScopeId,