Skip to content

Commit

Permalink
Merge pull request #277 from cudeso/main
Browse files Browse the repository at this point in the history
Add review-relevance and review-completeness to workflow taxonomy
  • Loading branch information
adulau committed Mar 15, 2024
2 parents b5a87d2 + a987909 commit 232b658
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions workflow/machinetag.json
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
}
]
},
Expand Down

0 comments on commit 232b658

Please sign in to comment.