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.
<bpmn2:text>Start event includes a Message definition, configured for a MarkLogic LaunchDomain. This is a CPF Domain linked to a URI folder (depth 1) for a particular process data document. (NOT an initiating attachment - see 021-initiating-attachment for that)</bpmn2:text>
Copy file name to clipboardExpand all lines: documentation/SPRINTS.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ This PoC development will occur in small sprints until a useful PoC system is av
16
16
- SLA timer and routing on failure
17
17
- Email notification
18
18
- Assigning tasks to MarkLogic roles
19
+
- Assigning Role dynamically via XQuery expression
19
20
- UK-D-I
20
21
21
22
## Theoretical requirements
@@ -34,7 +35,7 @@ steps if a duplicate is found. Requires search (by property hash AND not (same u
34
35
## Sprint 1 - Basic workflow
35
36
36
37
- DONE BPMN2: generic blank task
37
-
-TEST BPMN2: user task -> aka human step
38
+
-DONE BPMN2: user task -> aka human step
38
39
- DONE BPMN2: exclusive gateway -> Decision point with one outcome, multiple options
39
40
- DONE Evaluation: Support for /xpath/path to process model data
40
41
- DONE Evaluation: Support for fn:not(fn:empty(/xpath/evaluation)) style boolean evaluation for true/false conditions in BPMN2 model
@@ -46,7 +47,7 @@ steps if a duplicate is found. Requires search (by property hash AND not (same u
46
47
- Create import step for this BPMN2 method
47
48
- Create CPF step to represent this
48
49
- TEST Evaluation: Support for (/some/path/one,/some/path/two)[1] style evaluation for set task
49
-
-TEST Tools: Process Data model XSD (for modeler import)
50
+
-DONE Tools: Process Data model XSD (for modeler import)
50
51
- IN PROGRESS Tools: Eclipse BPMN 2 Modeler Palette and Process diagram support, including new diagram creation for MarkLogic
51
52
- DEFERRED UI: Ridiculously basic HTML widget in MLJS for rendering step and choosing action (for ease of testing)
52
53
- TEST Start process using an Alert (content subscription)
@@ -61,10 +62,10 @@ steps if a duplicate is found. Requires search (by property hash AND not (same u
61
62
- DONE GET fetch the current state of a business process
62
63
- TEST processsubscription.xqy
63
64
- TEST PUT create a process subscription (alert) to create a new process instance (creating a content doc creates a process doc with an initiating attachment)
64
-
-TEST processinbox.xqy
65
-
-TEST processqueue.xqy
65
+
-DONE processinbox.xqy
66
+
-DONE processqueue.xqy
66
67
- TEST support for roles (processroleinbox.xqy) on user tasks (For BD)
67
-
-TEST Test scripts for automating install, create, get, update, complete via REST API
68
+
-DONE Test scripts for automating install, create, get, update, complete via REST API
68
69
- 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
69
70
- DONE Bug: Multiple wf:status properties on in process process, complete and running
70
71
- BPMN2 specification test process models modified and tested to MarkLogic executable standard
0 commit comments