diff --git a/smardigo/pmci/process/smardigo-management-action.bpmn b/smardigo/pmci/process/smardigo-management-action.bpmn
index 06393bd..b5d2403 100644
--- a/smardigo/pmci/process/smardigo-management-action.bpmn
+++ b/smardigo/pmci/process/smardigo-management-action.bpmn
@@ -66,7 +66,7 @@
Flow_1nuku1o
def process = processes.byId(contextScopeId, contextProcessId)
-if(awxResponse != null && awxResponse.job != null) {
+if(awxResponse != null && awxResponse.job != null) {
def jobs = process.getVariable('jobs')
jobs = !!jobs ? jobs : []
jobs.add(0, awxResponse.job)