marklogic-community / marklogic-state-conductor

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

Driver should find and create executions for configured State Machines #186

Open aclavio opened 3 years ago

aclavio commented 3 years ago

The State Conductor driver should contain a feature to optionally find and create executions for configured state machines.

This feature will allow an alternative way to start State Conductor processing documents without the "state-conductor-item" collection and will not require the use of the State Conductor's trigger.

aclavio commented 3 years ago

How will this work with cross-database queries? If the named "state machine" doesn't exist on the port the driver is communicating with, how will it function? What if multiple state machines are listed, and they exist in different databases?