oms-OnlineResourceWatcher/Admin/Install/Workflow.install.json
2023-02-10 18:20:57 +01:00

34 lines
841 B
JSON

{
"triggers": [
],
"actions": {
"1008000001": {
"name": "Check resources",
"description": {
"en": "Check resources",
"de": "Ueberpruefe Ressourcen"
},
"function_type": "API",
"function": "apiResourceCheck",
"inputs": [
"unit",
"{*}"
],
"outputs": [
"resources[]",
"{*}"
],
"settings": {
"unit": {
"type": "input",
"subtype": "number",
"default": null,
"title": {
"en": "Unit",
"de": "Unit"
}
}
}
}
}
}