This repository has been archived by the owner on Nov 9, 2022. It is now read-only.
Releases: marklogic-community/marklogicworkflow
Releases · marklogic-community/marklogicworkflow
v2.2 marklogicworkflow ml-gradle
Deployment via Gradle
v2.0
Main additions:
- Fork/return
- Locking
- Deployment via Roxy
- Repeatable tests
Initial public release
Implements all features of the sprint-001 milestone in GitHub
BPMN2 Support
- Support for Start event, End event, Task, User Task (named user, role, work queue), Send task (smtp email), Exclusive Gateway
- Sample BPMN2 XML process models (in /data/examples/bpmn2/)
Eclipse BPMN2 modeler
- Support for Group and Annotation within diagrams
- Support for BPMN2 tasks limited to implemented features only
- New file dialog and wizard for creating MarkLogic Workflow targeted process diagrams
- Update Site for our Eclipse plugin extension (Luna 4.4+)
MarkLogic Workflow Server
- Imports BPMN2 standard models and implements in CPF via REST API
- REST API for process models, processes, process search, subscriptions (fire process based on new content)
- Alerting support to allow new content to start a process and attach the content
Development
- Tests and documentation for all features created so far