marklogic-community / marklogic-state-conductor

An event-based state-machine engine for manipulating MarkLogic database documents.
Other
1 stars 4 forks source link

Rest Based Event Emitter #20

Closed freshie closed 4 years ago

freshie commented 4 years ago

As a software architect I'd like the events to be able to be emit through a rest endpoint so I could have an external driver emit the event or an external system.

The rest endpoint would resume all State machines, IE job documents, that are listen for the event.

freshie commented 4 years ago

created a branch for this https://github.com/freshie/marklogic-state-conductor/tree/feature/rest-event-emmiter