chore: bugfix for SMA-2598

- fixed invalid config snippet
main
Sven Ketelsen 2 years ago
parent 6bb7b67f76
commit 99a95f87ed

@ -66,7 +66,7 @@
<bpmn2:outgoing>Flow_1nuku1o</bpmn2:outgoing> <bpmn2:outgoing>Flow_1nuku1o</bpmn2:outgoing>
<bpmn2:script>def process = processes.byId(contextScopeId, contextProcessId) <bpmn2:script>def process = processes.byId(contextScopeId, contextProcessId)
if(awxResponse != null && awxResponse.job != null) { if(awxResponse != null &amp;&amp; awxResponse.job != null) {
def jobs = process.getVariable('jobs') def jobs = process.getVariable('jobs')
jobs = !!jobs ? jobs : [] jobs = !!jobs ? jobs : []
jobs.add(0, awxResponse.job) jobs.add(0, awxResponse.job)

Loading…
Cancel
Save