chg: [workflow] state `release` added

Thanks to Kevin from the Center for Cyber Security in Belgium.
pull/265/head
Alexandre Dulaunoy 2023-05-24 11:09:15 +02:00
parent 6bd1809df9
commit 46e4128897
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 5 additions and 1 deletions

View File

@ -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": 11,
"version": 12,
"predicates": [
{
"value": "todo",
@ -132,6 +132,10 @@
{
"value": "rejected",
"expanded": "Analyst rejected the process. The object will not reach state of completeness."
},
{
"value": "release",
"expanded": "Analyst approved the information to be released. Like a MISP event to be released and published."
}
]
}