mirror of
https://github.com/Karaka-Management/oms-Auditor.git
synced 2026-01-11 21:18:40 +00:00
41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"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": [
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
} |