Event notifications filtering feature
Registered by
Oleg Ovcharuk
As a Mistral user, I want to be able to filter event notifications by their type.
It is not always necessary to get notifications about all state changes, sometimes it would be enough to get notifications about the transition to a terminal state.
Example:
POST /v2/executions
{
"workflow_name": "wf",
"params": {
"notify": [{
"type": "webhook",
"url": "http://
"events": ["WORKFLOW_FAILED", "WORKFLOW_
}]
}
}
If this field does not filled, all notifications should be delivered.
Blueprint information
- Status:
- Not started
- Approver:
- None
- Priority:
- Undefined
- Drafter:
- Oleg Ovcharuk
- Direction:
- Needs approval
- Assignee:
- None
- Definition:
- New
- Series goal:
- None
- Implementation:
- Unknown
- Milestone target:
- None
- Started by
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
Allow to filter event notifications by their type
(?)