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,