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

Initial public release

Compare
Choose a tag to compare
@adamfowleruk adamfowleruk released this 18 Apr 15:01
· 102 commits to master since this 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