diff --git a/workbooks/scale.yaml b/workbooks/scale.yaml index b64c02326..49a5ea35a 100644 --- a/workbooks/scale.yaml +++ b/workbooks/scale.yaml @@ -57,6 +57,6 @@ workflows: input: queue_name: <% $.queue_name %> type: <% execution().name %> - status: <% $.status %> + status: <% $.get('status', 'SUCCESS') %> execution: <% execution() %> message: <% $.get('message', '') %>