24 linhas
588 B
JSON
24 linhas
588 B
JSON
{
|
|
"id": "CreateExecution",
|
|
"name": "Create Execution",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"icon": {
|
|
"class": "glyphicon glyphicon-cog",
|
|
"src": ""
|
|
},
|
|
"disableServerSideExecution": false,
|
|
"disableBrowserSideExecution": false,
|
|
"writeAccessRequired": false,
|
|
"configStructure": [
|
|
{
|
|
"name": "snapshot",
|
|
"displayName": "Snapshot",
|
|
"description": "Freeze the operation definitions and attributes at current value",
|
|
"value": true,
|
|
"valueType": "boolean",
|
|
"readOnly": false
|
|
}
|
|
]
|
|
}
|