From 4f51181068de72dfeade84aaa709e6490ada48e1 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sun, 26 Dec 2021 13:45:51 +0100 Subject: [PATCH] chg: [workflow] rejected state added to support flow-intel platform --- workflow/machinetag.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/workflow/machinetag.json b/workflow/machinetag.json index 40d5301..57cce6e 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": 10, + "version": 11, "predicates": [ { "value": "todo", @@ -115,19 +115,23 @@ "entry": [ { "value": "incomplete", - "expanded": "Incomplete means that the information tagged is incomplete and has potential to be completed by other analysts, technical processes or the current analysts performing the analysis" + "expanded": "Incomplete means that the information tagged is incomplete and has potential to be completed by other analysts, technical processes or the current analysts performing the analysis." }, { "value": "complete", - "expanded": "Complete means that the information tagged reach a state of completeness with the current capabilities of the analyst" + "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" + "expanded": "Draft means the information tagged can be released as a preliminary version or outline." }, { "value": "ongoing", "expanded": "Analyst is currently working on this analysis. To remove when there is no more work to be done by the analyst." + }, + { + "value": "rejected", + "expanded": "Analyst rejected the process. The object will not reach state of completeness." } ] }