workflow-context
[
{
"evaluator": "context-workflow",
"config": {
"workflow-context": {
"items": [
{
"key": "workflow",
"title": "Workflow",
"order": 1000,
"header": true,
"items": [
{
"key": "workflow/overview",
"title": "Overview",
"uri": "{workflowUri}",
"iconClass": "fa fa-angle-right"
},
{
"key": "workflow/properties",
"title": "Properties",
"uri": "{workflowUri}/properties",
"iconClass": "fa fa-angle-right"
},
{
"key": "workflow/history",
"title": "History",
"uri": "{workflowUri}/history",
"iconClass": "fa fa-angle-right"
},
{
"key": "workflow/comments",
"title": "Comments",
"uri": "{workflowUri}/comments",
"iconClass": "fa fa-angle-right"
},
{
"key": "workflow/task",
"title": "Tasks",
"uri": "{workflowUri}/tasks",
"iconClass": "fa fa-angle-right",
"allowAuthority": [
"owner",
"manager",
"admin"
]
},
{
"key": "workflow/timeline",
"title": "Timeline",
"uri": "{workflowUri}/timeline",
"iconClass": "fa fa-angle-right",
"allowAuthority": [
"owner",
"manager",
"admin"
]
},
{
"key": "workflow/tools",
"title": "Tools",
"uri": "{workflowUri}/tools",
"iconClass": "fa fa-angle-right",
"allowAuthority": [
"owner",
"manager",
"admin"
]
}
]
}
]
}
}
}
]```