diff --git a/workflow/machinetag.json b/workflow/machinetag.json index a33448e..c9af25a 100644 --- a/workflow/machinetag.json +++ b/workflow/machinetag.json @@ -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": 6, + "version": 7, "predicates": [ { "value": "todo", @@ -31,6 +31,10 @@ "value": "review-before-publication", "expanded": "Review is required before publishing the information tagged" }, + { + "value": "release-requested", + "expanded": "Release of the information tagged is requested (often after the review process" + }, { "value": "review-for-false-positive", "expanded": "Review the the information tagged to limit the number of false-positives and potentially remove any IDS/automation flag to avoid automation of the false-positives" @@ -95,6 +99,10 @@ { "value": "complete", "expanded": "Complete means that the information tagged reach a state of completeness with the current capabilities of the analyst" + }, + { + "value": "draft", + "expanded": "Draft means the information tagged can be released as a preliminary version or outline" } ] }