fixed join to make workflow terminate

This commit is contained in:
dcore94 2021-10-08 09:34:50 +02:00
parent 7654901462
commit 15a04c2d72
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@
"name" : "join", "name" : "join",
"type" : "JOIN", "type" : "JOIN",
"taskReferenceName" : "join_reporting", "taskReferenceName" : "join_reporting",
"joinOn" : ["send_json_report", "send_email_report"] "joinOn" : ["build_json_report", "build_email_report"]
} }
] ]
} }