Merge "Fail the scale workflows when sending a "FAILED" message"
This commit is contained in:
commit
623017c51d
@ -51,3 +51,8 @@ workflows:
|
|||||||
status: <% $.get('status', 'SUCCESS') %>
|
status: <% $.get('status', 'SUCCESS') %>
|
||||||
message: <% $.get('message', '') %>
|
message: <% $.get('message', '') %>
|
||||||
execution: <% execution() %>
|
execution: <% execution() %>
|
||||||
|
on-success:
|
||||||
|
- fail_workflow: <% $.get('status') = "FAILED" %>
|
||||||
|
|
||||||
|
fail_workflow:
|
||||||
|
action: std.fail
|
||||||
|
Loading…
Reference in New Issue
Block a user