You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hetzner-ansible/smardigo/backup/process-variable-declaration/primary-process.json

56 lines
1.3 KiB
JSON

{
"name" : "Hauptprozesse",
"configKey" : "primary-process",
"configType" : "process-variable-declaration",
"variableDeclarations" : {
"candidateGroups" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Gruppen",
"tags" : [ ]
},
"creation_date" : {
"type" : "date",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Erstelldatum",
"tags" : [ ]
},
"creation_user_id" : {
"type" : "userId",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Ersteller",
"tags" : [ ]
},
"id" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Id",
"tags" : [ ]
},
"process_definition_key" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Process",
"tags" : [ ]
},
"vorgang_status" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : false,
"label" : "Status",
"tags" : [ ]
},
"vorgang_status_text" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Statustext",
"tags" : [ ]
}
}
}