Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add review-relevance and review-completeness to workflow taxonomy #277

Merged
merged 1 commit into from Mar 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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