commit
93b944d989
|
@ -2,7 +2,7 @@
|
||||||
"namespace": "workflow",
|
"namespace": "workflow",
|
||||||
"expanded": "workflow to support analysis",
|
"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.",
|
"description": "Workflow support language is a common language to support intelligence analysts to perform their analysis on data and information.",
|
||||||
"version": 13,
|
"version": 14,
|
||||||
"predicates": [
|
"predicates": [
|
||||||
{
|
{
|
||||||
"value": "todo",
|
"value": "todo",
|
||||||
|
@ -115,6 +115,14 @@
|
||||||
{
|
{
|
||||||
"value": "review-completeness",
|
"value": "review-completeness",
|
||||||
"expanded": "Review if the event is complete"
|
"expanded": "Review if the event is complete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "review-accuracy",
|
||||||
|
"expanded": "Review the accuracy of an event or attribute"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "review-quality",
|
||||||
|
"expanded": "Review the quality of an event or attribute"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue