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/pmci/process-variable-declaration/tenant-delete.json

66 lines
1.6 KiB
JSON

{
"name" : "tenant-delete",
"configKey" : "tenant-delete",
"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" : "Ersteller"
},
"process_definition_key" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "HIDDEN process_definition_key"
},
"simulation" : {
"type" : "boolean",
"classification" : "PRIVATE",
"label" : "simulation"
},
"stage" : {
"type" : "string",
"classification" : "PRIVATE",
"label" : "Stage"
},
"tenant" : {
"type" : "object",
"classification" : "PRIVATE",
"label" : "Mandant",
"fields" : {
"key" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Mandantenschlüssel"
},
"name" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Mandantenname"
}
}
},
"vorgang_status" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Status"
},
"vorgang_status_text" : {
"type" : "string",
"classification" : "PRIVATE",
"searchable" : true,
"label" : "Statustext"
}
}
}