Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Releases: marklogic-community/marklogicworkflow

v2.2 marklogicworkflow ml-gradle

27 Sep 09:27
5d343db
Compare
Choose a tag to compare

v2.0

11 Jun 09:42
Compare
Choose a tag to compare

Main additions:

  • Fork/return
  • Locking
  • Deployment via Roxy
  • Repeatable tests

Initial public release

18 Apr 15:01
Compare
Choose a tag to compare

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