Compare commits

...

2 Commits

Author SHA1 Message Date
Alexandre Dulaunoy 232b658593
Merge pull request #277 from cudeso/main
Add review-relevance and review-completeness to workflow taxonomy
2024-03-15 08:33:53 +01:00
Koen Van Impe a98790933a Add review-relevance and review-completeness to workflow taxonomy 2024-03-15 08:06:27 +01:00
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"
}
]
},