marklogic-community / marklogic-state-conductor

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

GetExecutions should prioritize by createdDate #172

Open aclavio opened 3 years ago

aclavio commented 3 years ago

Prioritize operating on executions with the oldest createdDate. The getExecutions function should order it's results by the createdDate index ascending.

aclavio commented 3 years ago

This likely requires switching the getExecutionDocuments search function from cts.uris to the optic api