Add review-relevance and review-completeness to workflow taxonomy

pull/277/head
Koen Van Impe 2024-03-15 08:06:27 +01:00
parent b5a87d228a
commit a98790933a
1 changed files with 10 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"namespace": "workflow",
"expanded": "workflow to support analysis",
"description": "Workflow support language is a common language to support intelligence analysts to perform their analysis on data and information.",
"version": 12,
"version": 13,
"predicates": [
{
"value": "todo",
@ -106,7 +106,15 @@
},
{
"value": "preserve-evidence",
"expanded": "Preseve evidence mentioned in the information tagged"
"expanded": "Preserve evidence mentioned in the information tagged"
},
{
"value": "review-relevance",
"expanded": "Review if the event is relevant"
},
{
"value": "review-completeness",
"expanded": "Review if the event is complete"
}
]
},