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.
125 lines
3.0 KiB
JSON
125 lines
3.0 KiB
JSON
{
|
|
"name" : "service-change",
|
|
"configKey" : "service-change",
|
|
"configType" : "process-variable-declaration",
|
|
"variableDeclarations" : {
|
|
"creation_date" : {
|
|
"type" : "date",
|
|
"classification" : "PRIVATE",
|
|
"searchable" : true,
|
|
"label" : "Erstelldatum"
|
|
},
|
|
"creation_user_id" : {
|
|
"type" : "userId",
|
|
"classification" : "PRIVATE",
|
|
"searchable" : true,
|
|
"label" : "creation_user_id"
|
|
},
|
|
"filterTenantId" : {
|
|
"type" : "string",
|
|
"classification" : "PRIVATE",
|
|
"searchable" : true,
|
|
"label" : "TenantId"
|
|
},
|
|
"jobs" : {
|
|
"type" : "object",
|
|
"classification" : "PRIVATE",
|
|
"label" : "jobs"
|
|
},
|
|
"maintenance_topic" : {
|
|
"type" : "string",
|
|
"classification" : "PRIVATE",
|
|
"searchable" : true,
|
|
"label" : "Topic"
|
|
},
|
|
"process_definition_key" : {
|
|
"type" : "string",
|
|
"classification" : "PRIVATE",
|
|
"searchable" : true,
|
|
"label" : "Prozess"
|
|
},
|
|
"progress_current" : {
|
|
"type" : "integer",
|
|
"classification" : "PRIVATE",
|
|
"label" : "progress_current"
|
|
},
|
|
"progress_max" : {
|
|
"type" : "integer",
|
|
"classification" : "PRIVATE",
|
|
"label" : "progress_max"
|
|
},
|
|
"service" : {
|
|
"type" : "object",
|
|
"classification" : "PRIVATE",
|
|
"fields" : {
|
|
"cluster" : {
|
|
"type" : "object",
|
|
"classification" : "PRIVATE",
|
|
"label" : "Cluster",
|
|
"fields" : {
|
|
"key" : {
|
|
"type" : "string",
|
|
"classification" : "PRIVATE",
|
|
"searchable" : true,
|
|
"label" : "Cluster Name"
|
|
}
|
|
}
|
|
},
|
|
"connect_version" : {
|
|
"type" : "string",
|
|
"classification" : "PRIVATE",
|
|
"searchable" : true,
|
|
"label" : "Version"
|
|
},
|
|
"name" : {
|
|
"type" : "string",
|
|
"classification" : "PRIVATE",
|
|
"searchable" : true,
|
|
"label" : "Cluster Name"
|
|
},
|
|
"tenant_key" : {
|
|
"type" : "string",
|
|
"classification" : "PRIVATE",
|
|
"searchable" : true,
|
|
"label" : "Tenant Schlüssel"
|
|
}
|
|
}
|
|
},
|
|
"simulation" : {
|
|
"type" : "boolean",
|
|
"classification" : "PRIVATE",
|
|
"label" : "simulation"
|
|
},
|
|
"stage" : {
|
|
"type" : "string",
|
|
"classification" : "PRIVATE",
|
|
"searchable" : true,
|
|
"label" : "Stage"
|
|
},
|
|
"tenant" : {
|
|
"type" : "object",
|
|
"classification" : "PRIVATE",
|
|
"label" : "Tenant",
|
|
"fields" : {
|
|
"key" : {
|
|
"type" : "string",
|
|
"classification" : "PRIVATE",
|
|
"searchable" : true,
|
|
"label" : "Tenant Schlüssel"
|
|
}
|
|
}
|
|
},
|
|
"vorgang_status" : {
|
|
"type" : "string",
|
|
"classification" : "PRIVATE",
|
|
"searchable" : true,
|
|
"label" : "Status num"
|
|
},
|
|
"vorgang_status_text" : {
|
|
"type" : "string",
|
|
"classification" : "PRIVATE",
|
|
"searchable" : true,
|
|
"label" : "Status"
|
|
}
|
|
}
|
|
} |