oms-OnlineResourceWatcher/Admin/Install/Workflow.install.json
Dennis Eichhorn dbdf8f5fb8 perm change
2023-03-25 22:32:10 +00:00

34 lines
841 B
JSON
Executable File

{
"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"
}
}
}
}
}
}