One-liner for on-success/on-complete/on-error
Registered by
Dmitri Zimine
In most cases, there's only one task in on-success/
my_first_task:
action: std.echo output='foo'
wait-before: 5
on-success: my_next_task # single task in line
on-falure: # an array of tasks
- my_error_handler
- pause
Blueprint information
- Status:
- Complete
- Approver:
- Renat Akhmerov
- Priority:
- High
- Drafter:
- Dmitri Zimine
- Direction:
- Approved
- Assignee:
- Renat Akhmerov
- Definition:
- Approved
- Series goal:
- Accepted for kilo
- Implementation:
- Implemented
- Milestone target:
- 2015.1
- Started by
- Renat Akhmerov
- Completed by
- Renat Akhmerov
Related branches
Related bugs
Sprints
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
Allowing strings in on-success/
Addressed by: https:/
Allowing strings in on-success/
(?)