Skip to content

Commit a987909

Browse files
committed
Add review-relevance and review-completeness to workflow taxonomy
1 parent b5a87d2 commit a987909

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

workflow/machinetag.json

+10-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"namespace": "workflow",
33
"expanded": "workflow to support analysis",
44
"description": "Workflow support language is a common language to support intelligence analysts to perform their analysis on data and information.",
5-
"version": 12,
5+
"version": 13,
66
"predicates": [
77
{
88
"value": "todo",
@@ -106,7 +106,15 @@
106106
},
107107
{
108108
"value": "preserve-evidence",
109-
"expanded": "Preseve evidence mentioned in the information tagged"
109+
"expanded": "Preserve evidence mentioned in the information tagged"
110+
},
111+
{
112+
"value": "review-relevance",
113+
"expanded": "Review if the event is relevant"
114+
},
115+
{
116+
"value": "review-completeness",
117+
"expanded": "Review if the event is complete"
110118
}
111119
]
112120
},

0 commit comments

Comments
 (0)