mistral/releasenotes/notes/support-manage-cron-trigger-by-id-ab544e8068b84967.yaml
int32bit f84952a3b1 Add get cron-trigger by id support
Currently we can only do a CURD action on a cron-trigger by name.
This patch refer to workflow implementation and re-encapsulate
DB API so that users can manage a cron-trigger by id or name.

Closes-Bug: 1684469

Change-Id: I9ff657b2604647e734b5539e9bd6a524a3a20efb
2017-10-05 11:41:00 +00:00

4 lines
67 B
YAML

---
features:
- Support to manage a cron-trigger instance by id.