marklogic-community / marklogic-state-conductor

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

API for fetching execution documents given a uri #150

Closed aclavio closed 3 years ago

aclavio commented 3 years ago

Fixes #149

note: this implementation includes the "op.fromSearch" function which is only available in ML 10.0-6+. This functionality could be implemented with traditional cts functions if we want to stay compatible with older ML releases.

aclavio commented 3 years ago

This change is intended to simply the typical development/debugging in pattern of:

New pattern: