DSL: Support Application Event registration
Application can publish an event which should create an HTTP hook or API call to provide a way to trig application actions externally.
There should be a corresponding DSL structure which binds event with application workflow.
Here is an example in pseudocode:
-------
class Application
BindEvent:
-"onScale": $.onScale()
Workflows:
onScale:
- do something
-------
As a result API service should expose an http hook like
http://
This http hook can be with or without authentication.
Blueprint information
- Status:
- Not started
- Approver:
- ruhe
- Priority:
- Undefined
- Drafter:
- Georgy Okrokvertskhov
- Direction:
- Needs approval
- Assignee:
- None
- Definition:
- New
- Series goal:
- Accepted for future
- Implementation:
- Deferred
- Milestone target:
- next
- Started by
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
(ruhe): as discussed here http://
Work Items
Dependency tree
* Blueprints in grey have been implemented.