oms-OnlineResourceWatcher/Admin/Install/Workflow.install.json
2023-04-25 01:51:28 +00:00

64 lines
1.7 KiB
JSON
Executable File

{
"triggers": [
],
"actions": {
"1008000001": {
"name": "Check resources",
"description": {
"en": "Check resources",
"de": "Ueberpruefe Ressourcen"
},
"function_type": "Api",
"function": "checkResources",
"module": "OnlineResourceWatcher",
"inputs": [
"unit",
"{*}"
],
"outputs": [
"resources[]",
"{*}"
],
"settings": {
"unit": {
"type": "input",
"subtype": "number",
"default": null,
"title": {
"en": "Unit",
"de": "Unit"
}
}
}
},
"1008000002": {
"name": "Inform users",
"description": {
"en": "Inform users about changes",
"de": "Informiere Nutzer über Änderungen"
},
"function_type": "Api",
"function": "informUsers",
"module": "OnlineResourceWatcher",
"inputs": [
"unit",
"{*}"
],
"outputs": [
"resources[]",
"{*}"
],
"settings": {
"unit": {
"type": "input",
"subtype": "number",
"default": null,
"title": {
"en": "Unit",
"de": "Unit"
}
}
}
}
}
}