marklogicworkflow
marklogicworkflow copied to clipboard
Content and Human Centric Workflow for MarkLogic NoSQL systems
A simple example test in a similar fashion to sendTask (e2e-rest-email test) and document
Create example project: - include MarkLogicWorkflow - ingest BPMN2 diagram depends on #19
Documentation around parallel processes - eg https://github.com/marklogic-community/marklogicworkflow/blob/develop/documentation/TECHINTRO.md#bpmn2-workflow-extensions-on-top-of-cpf - is out of date
Each REST endpoint should be capable of rendering a HTML output to a browser. This should be kept very, very basic. When invoked from a browser (with an Accept-Types including...
Delete a process model version, and remove it from execution (delete off by default?) Complete with JSON and XML. See documentation/MODELLING.md
create a new case instance and relate it to the current process
Often it is necessary to make synchronous calls to a BPM engine, such as figure out which GUI is next in a sequence based on exclusive gates. This must return...
1. improve code readability and maintainability 2. take advantage of the code validation
For customer UK-D-E. Sometimes you need to bypass a part complete flow because an outbound event has occurred. E.g. Customer has cancelled an order. Support BPMN2 escalation events to handle...