oms-Auditor/Admin/Install/Workflow.install.json
Dennis Eichhorn 98cc77b0f1 fix templates
2023-11-09 00:27:19 +00:00

41 lines
1.0 KiB
JSON
Executable File

{
"triggers": [
],
"actions": {
"1006200001": {
"name": "Create blockchain",
"description": {
"en": "Create audit blockchain",
"de": "Erstelle Audit Blockchain"
},
"function_type": "Cli",
"function": "cliGenerateBlockchain",
"module": "Auditor",
"inputs": [
],
"outputs": [
],
"settings": {
}
}
},
"workflows": {
"Blockchain audit": [
{
"id": "1005500005",
"settings": {
"interval": "0 2 * * *"
},
"children": [
{
"id": "1006200001",
"comment": "Create blockchain",
"settings": {},
"children": [
]
}
]
}
]
}
}