You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 9, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: documentation/SPRINTS.md
+3-97Lines changed: 3 additions & 97 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,14 +44,8 @@ Completed Sat 18 Apr 2015 14:30 BST by Adam Fowler
44
44
- DONE Evaluation: Support for fn:doc(/process/attachments/attachment[@name="default"]/uri/text())/some/path/to/property style evaluation
45
45
- DONE Evaluation: replace $processData or $wf:process with fn:doc($processUri) everywhere in xpath expression
46
46
- DONE can use fn:current-dateTime - Evaluation: Support for 'now' date time assignment to variable
47
-
- DEFERRED Activity: Set process variable activity with multiple from and to (simple XPath evaluation)
48
-
- See if there is an equivalent BPMN2 method - may just be a variable assignment on each step instead
49
-
- Create import step for this BPMN2 method
50
-
- Create CPF action to represent this
51
-
- TEST Evaluation: Support for (/some/path/one,/some/path/two)[1] style evaluation for set task
52
47
- DONE Tools: Process Data model XSD (for modeler import)
53
48
- DONE Tools: Eclipse BPMN 2 Modeler Palette and Process diagram support, including new diagram creation for MarkLogic
54
-
- DEFERRED UI: Ridiculously basic HTML widget in MLJS for rendering step and choosing action (for ease of testing)
55
49
- DONE Start process using an Alert (content subscription)
56
50
- DONE REST API: Basic process initiation, update and tracking methods
57
51
- DONE processmodel.xqy
@@ -66,102 +60,14 @@ Completed Sat 18 Apr 2015 14:30 BST by Adam Fowler
66
60
- DONE PUT create a process subscription (alert) to create a new process instance (creating a content doc creates a process doc with an initiating attachment)
67
61
- DONE processinbox.xqy
68
62
- DONE processqueue.xqy
69
-
- TEST support for roles (processroleinbox.xqy) on user tasks (For BD)
70
63
- DONE BPMN2: send task -> 1 of 2: send Email (Implemented as an example message driven task)
71
64
- DONE Test scripts for automating install, create, get, update, complete via REST API
72
65
- DONE Bug: Change process model URI folder to include major and minor - else doing process doc update may run new pipeline instead of old one
73
66
- DONE Bug: Multiple wf:status properties on in process process, complete and running
74
-
- DEFERRED BPMN2 specification test process models modified and tested to MarkLogic executable standard
75
-
- Basic
76
-
- Incident Management Level 1
77
-
- Incident Management Account Manager Only
78
-
- Incident Management Process Engine only
79
67
- DONE basic documentation for supported step types and their configuration (STEPS.md)
80
68
- DONE Scripting - change $wf:process/ replacement to $wf:process external variable declaration (much less buggy to implement)
81
69
82
-
## Sprint 2 - Process Orchestration
70
+
## All future sprints in GitHub
83
71
84
-
- BPMN2: loop characteristic available in activity definitions rather than as separate process step
85
-
- BPMN2: ad hoc sub process
86
-
- BPMN2: call activity
87
-
- BPMN2: terminate current process
88
-
- BPMN2: call activity (process or global task)
89
-
- BPMN2: parallel gateway -> fork to or synchronise from all flow paths
90
-
- BPMN2: complex gateway -> E.g. 3 of 5 incoming routes required in order to activate gateway
91
-
- BPMN2: service task -> invoke service and process response
92
-
- Update Eclipse Modeler palette
93
-
- Enterprise features
94
-
- Set security as relevant to the process document at each step in the process
95
-
- Allow a set security permissions on documents feature
96
-
- Ensure installation creates relevant roles and permission sets
97
-
- BPMN2 specification test process models modified and tested to MarkLogic executable standard
0 commit comments