oms-Auditor/Admin/Install/Workflow.install.json
Dennis Eichhorn be4fc6ddfd
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled
fix permissions
2025-04-02 14:15:04 +00:00

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": [
]
}
]
}
]
}
}