marklogic-community / marklogic-state-conductor

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

Event Based Flow Context #42

Closed aclavio closed 4 years ago

aclavio commented 4 years ago

Allow State Conductor Flow definitions to use an Event (see wait states) as their context. This will allow the State Conductor to respond to activities outside of the trigger based (document insert, update, etc), such as programatic events, or rest based event emitters.

freshie commented 4 years ago

created a branch for the work of this issue called feature/42-Event-Based-Flow-Context